Property | Attribute | Description | Type | Default |
---|---|---|---|---|
defaultOptions | -- | any[] | [] | |
isClearable | clearable | boolean | false | |
isDisabled | disabled | boolean | false | |
isMultiple | multiple | boolean | false | |
isOrdered | ordered | boolean | false | |
isRequired | required | boolean | false | |
label | label | string | null | |
placeholder | placeholder | string | 'Select value' |
Event | Description | Type |
---|---|---|
my-change | CustomEvent<any> |
Built with StencilJS