OptionalautoOptionalclassCSS Class name for additional styles
OptionaldisabledWhether or not the control is disabled (default: false)
OptionaldisplayWhether or not the values displays inline or as rows
OptionalerrorIf set, indicates the control has an error and will display this prop as the error message
OptionalidForm control id
OptionalinlineHide options not needed in the “inline” scenario
OptionallabelForm control label
OptionalliveDetermines how often liveSuggestionsResolver will be called. Timer is in milliseconds (default: 200)
OptionalliveIf set, enables live suggestions. Emits the currently typed input value and expects an array of suggestions to be displayed
Name of form control, required and must be unique from other form control names. This name should match the the name of the object corresponding to this control.
OptionalonRaised when the element has been selected
OptionalonRaised when the value has changed
OptionalonRaised when the element has been de-selected
OptionalplaceholderInput placeholder
OptionaltooltipA tooltip of additional information
OptionaltypeInput element type (default: 'text')
OptionalvalueIf set, sets the form control value
Whether or not the control should start focused (default: false)