MobstraPrettySelect
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| label | Label text | string | - | 'Label String' |
| isDisabled | Disabled checkbox | boolean | - | false |
| componentID | ID for input and label | string | - | '' |
| items | list of items | array | - | [] |
| placeholder | Placeholder text | string | - | 'Specify' |
| required | Red star next to label | boolean | - | false |
| inputError | Input error text | string | - | '' |
Events
| Event name | Properties | Description |
|---|---|---|
| change |
vue
<MobstraPrettySelect />