You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default is none; available values are none or list. For list, will automatically filter results while typing.
listSelection
Boolean
No
default is automatic; available values are automatic, manual. If set to automatic will automatically fill in the input with the currently highlighted item when using the up/down keys.
floatingLabel
Boolean
No
The label to show on the combobox which moves up when focused
fluid
Boolean
No
If true, combobox will span the entire width of it's container
onCollapse
Function
No
Collapsed content
onExpand
Function
No
Expanded content
onFloatingLabelInit
Function
No
when floating label finishes initializing
onChange
Function
No
same as the onChange event, which fires on blur
event, { currentInputValue, selectedOption: { text, value } }
onInputChange
Function
No
same as the onInpuChanget event, which fires with every keypress
event, { currentInputValue, selectedOption: { text, value } }
onSelect
Function
No
similar to a <select>, which fires when an option is clicked or selected
event, { currentInputValue, selectedOption: { text, value } }
onFocus
Function
No
same as the onFocus event, which fires on focus
event, { currentInputValue, selectedOption: { text, value } }