Input
Introduction to using the Input component

When using <bpa-input :id="{id}">, a <label :for="{id}"> is required
But if it is inside <bpa-form-item :labelFor="{id}">, adding a <label> is not necessary.
<label for="test">Label</label>
<bpa-input id="test"/>
...
<bpa-form-item :labelFor="test">
<bpa-input id="test"/>
</bpa-form-item>Size
Placeholder text
Disabled
Required
Read-only
Error hint
Access key
Hide clear button
Type
Attributes
Name
Value
Type
Default
Required
Note
Demo
Last updated
Was this helpful?