ElementSearchableDropdown
Index
Interfaces
Type Aliases
Interfaces
CreateOptions
optionaldisabled
optionalemptyText
optionalparent
optionalplaceholder
optionalsearchPlaceholder
optionalvalue
OptionItem
optionaldisabled
optionalgroup
label
value
SearchableDropdownInstance
Imperative helpers attached to the root element returned from ElementCreateSearchableDropdown.
bcSetDisabled
Parameters
disabled: boolean
Returns void
bcSetOptions
Parameters
optionsList: readonly OptionItem[]
optionalnewValue: string
Returns void
bcSetValue
Parameters
newValue: string
Returns void
Type Aliases
SearchableDropdownElement
Root <div> of a searchable dropdown.
Options and instance type returned by ElementCreateSearchableDropdown.