UIInputPassword
Create a search input base on style guide
Since: 7.2.0
Name | Type | Default | Description |
---|---|---|---|
id |
| Required - Id of the input | |
value |
| Required - Value for input | |
label |
| The text label | |
secondaryLabel |
| The secondary text label displayed in top right corner | |
placeholder |
| Placeholder | |
size |
| Size of the input | |
variant |
| Variant for the input | |
icon |
| To get input with leadin icon | |
disabled |
|
| Whether the input is disabled or not |
autocomplete |
|
| Sets autocomplete attribute on input field, defaults to "off" |
onChange |
| Required - Callback for when the input value changes |