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
labelForm control label
Optional
lazyWhether the mask should not be shown by default. (default: true)
Expression to be used as a validator. Refer https://imask.js.org/guide.html#masked-pattern for examples
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
Raised when the value has changed
Optional
onRaised when the element has been de-selected
Optional
overwriteWhether new inputs should overwrite existing text. (default: false)
Optional
placeholderInput placeholder
Optional
placeholderPlaceholder character for the mask
Optional
tooltipA tooltip of additional information
Optional
valueCurrent value the form control has
Generated using TypeDoc
Whether or not the control supports auto complete