Optional autoOptional autoWhether or not the control should start focused (default: false)
Optional classCSS Class name for additional styles
Optional defaultDefault value for the form control
Optional disabledWhether or not the control is disabled (default: false)
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 innerOptional inputAdditional props to be passed to the input element.
Optional isThis 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.
Optional labelForm 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.
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
Optional valueCurrent value the form control has
Generated using TypeDoc
Whether or not the control supports auto complete