File tree Expand file tree Collapse file tree 5 files changed +624
-31
lines changed Expand file tree Collapse file tree 5 files changed +624
-31
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ onChange(e_selected) {
8080| ` onSearch ` | ` function ` | ` func ` | Callback function will invoked on change of input feild event (similar to onChange). Params are searchValue
8181| ` onChange ` | ` function ` | ` func ` | Callback function will invoked on selection or removal of options. Params are selectedList
8282| ` disabled ` | ` boolean ` | ` false ` | Make it ` true ` to disable the select input feild.
83- | ` selectedValue ` | ` array ` | ` [] ` | Preselected value to persist in dropdown
83+ | ` selectedValue ` | ` array ` | ` [] ` | Default value to persist in dropdown
84+ | ` showDefaultValue ` | ` bool ` | ` false ` | Dropdown array list according to selectedValue only (It will only show selectedValue in dropdown)
8485| ` showCheckbox ` | ` bool ` | ` true ` | To display checkbox option in the dropdown
8586| ` selectLimit ` | ` number ` | ` -1 ` | You can limit the number of items that can be selected in a dropdown
8687| ` placeholder ` | ` string ` | ` Select Area ` | Placeholder text
You can’t perform that action at this time.
0 commit comments