Optional
autocompleteOptional
autofocusThe autofocus attribute of the control.
Optional
blurOptional
changeOptional
childrenOptional
classOptional
defaultThe initial value of the component.
Optional
disabledThe disabled state of the component
Optional
focusOptional
idOptional
inputThe input mode attribute of the control. See relevant MDN article
Optional
inputOptional
invalidControl the validity of the control.
Optional
labelThe label for the control.
Optional
maxThe max attribute of the control.
Optional
maxThe maximum string length of the control.
Optional
minThe min attribute of the control.
Optional
minThe minimum string length required by the control.
Optional
nameThe name attribute of the control.
Optional
outlinedWhether the control will have outlined appearance.
Optional
patternThe pattern attribute of the control.
Optional
placeholderThe placeholder attribute of the control.
Optional
readMakes the control a readonly field.
Optional
requiredMakes the control a required field in a form context.
Optional
stepThe step attribute of the control.
Optional
styleOptional
typeThe type attribute of the control.
Optional
validateEnables validation rules to be evaluated without restricting user input. This applies to the maxLength
property for
string-type inputs or allows spin buttons to exceed the predefined min/max
limits for number-type inputs.
Optional
valueThe value of the control.
The autocomplete attribute of the control.