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.
OptionallabelForm control label
OptionallazyWhether 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.
OptionalonRaised when the element has been selected
Raised when the value has changed
OptionalonRaised when the element has been de-selected
OptionaloverwriteWhether new inputs should overwrite existing text. (default: false)
OptionalplaceholderInput placeholder
OptionalplaceholderPlaceholder character for the mask
OptionaltooltipA tooltip of additional information
OptionalvalueCurrent value the form control has
Whether or not the control supports auto complete