OptionalautoOptionalautoWhether or not the control should start focused (default: false)
OptionalclassCSS Class name for additional styles
OptionaldefaultDefault value for the form control
OptionaldisabledWhether or not the control is disabled (default: false)
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
OptionalinnerOptionalinputAdditional props to be passed to the input element.
OptionalisThis property is only used in combination with type='password'.
Use this to signalize the textbox whether it should act like a value is already set, eventhough the actual value is empty.
This is useful if the backend just indicates that a password is set, but doesn't give out the actual value.
OptionallabelForm control label
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
OptionalvalueCurrent value the form control has
Whether or not the control supports auto complete