@forter/checkbox-search-dropdown
v1.1.5
Published
checkbox-search-dropdown from Forter Components
Readme
fc-checkbox-search-dropdown
An element by Forter
Usage
<script>
import '@forter/checkbox-search-dropdown';
</script>
<fc-checkbox-search-dropdown>
</fc-checkbox-search-dropdown>Properties
| Property | Attribute | Type | Default | Description |
|-----------------|-----------------|-----------|------------------------------------------------|----------------------------|
| defaultValues | defaultValues | any[] | | |
| disabled | disabled | boolean | false | If the element is disabled |
| isListOpen | isListOpen | boolean | false | |
| selectedItems | selectedItems | any[] | | |
| selectionText | selectionText | string | "Multiple selection applied, choose from list" | |
| values | values | any[] | | |
CSS Custom Properties
| Property | Description |
|------------------------------------------------|---------------------------------|
| --fc-checkbox-search-dropdown-disabled-color | disabled color. example: gray |
