Sizing
Plain text
If you want to have form controls styled as plain text, use inline style to override the default form control styling and preserve the correct margin and padding.
If you want to have form controls styled as plain text, use inline style to override the default form control styling and preserve the correct margin and padding.
The disabled
attribute specifies whether the control is disabled for user input.
The readOnly
attribute specifies whether the control may be modified by the user.
The disabled
attribute specifies whether the control is disabled for user input.
The select
, optgroup
, and option
elements do not support the readOnly
attribute.
The multiple
attribute specifies that multiple options can be selected at once.
The size
attribute specifies the number of visible options in the list.
The disabled
attribute specifies whether the control is disabled for user input.
The readOnly
attribute specifies whether the control may be modified by the user.
Prop name | Type | Default | Description |
---|---|---|---|
lg | bool | ||
md | bool | ||
sm | bool | ||
tag | custom | div |
Prop name | Type | Default | Description |
---|---|---|---|
tag | custom | input |
Prop name | Type | Default | Description |
---|---|---|---|
tag | custom | select |
Prop name | Type | Default | Description |
---|---|---|---|
tag | custom | textarea |