Optional
blurOptional
changeOptional
childrenOptional
classOptional
disabledOptional
focusOptional
idOptional
inputOptional
invalidControl the validity of the control.
Optional
labelThe label for the control.
Optional
maskThe mask pattern to apply on the input.
Optional
nameThe name attribute of the control.
Optional
outlinedWhether the control will have outlined appearance.
Optional
placeholderThe placeholder attribute of the control.
Optional
promptThe prompt symbol to use for unfilled parts of the mask.
Optional
readMakes the control a readonly field.
Optional
requiredMakes the control a required field in a form context.
Optional
styleOptional
valueOptional
valueDictates the behavior when retrieving the value of the control:
raw
will return the clean user input.withFormatting
will return the value with all literals and prompts.
The disabled state of the component