Optional
autoOptional
classCSS Class name for additional styles
Optional
disabledWhether or not the control is disabled (default: false)
Optional
displayWhether or not the values displays inline or as rows
Optional
errorIf set, indicates the control has an error and will display this prop as the error message
Optional
idForm control id
Optional
inlineHide options not needed in the “inline” scenario
Optional
labelForm control label
Optional
liveDetermines how often liveSuggestionsResolver will be called. Timer is in milliseconds (default: 200)
Optional
liveIf 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.
Optional
onRaised when the element has been selected
Optional
onRaised when the value has changed
Optional
onRaised when the element has been de-selected
Optional
placeholderInput placeholder
Optional
tooltipA tooltip of additional information
Optional
typeInput element type (default: 'text')
Optional
valueIf set, sets the form control value
Generated using TypeDoc
Whether or not the control should start focused (default: false)