class is typically applied to the root level DOM of a widget's view.
Use it to define custom rules for styling specific widget instances.
controlTemplate is a template for rendering the control.
disabled indicates the control should not be interactable.
error allows the control to be intialized in the invalid state with a message.
focus indicates this input should steal focus when rendered.
label for the control.
name of the control.
Used by controls to tag events with names.
placeholder sets placeholder text for the control.
readOnly indicates the TextField is read only.
rows more than 1 will use a textarea instead of an input.
success allows the control to be intialized in the valid state with a message.
type of the text field.
value of the control.
Used to intialize controls and may also be the value of an Event.
warning allows the control to be intilalized in the warn state with a message.
onChange handler
Generated using TypeDoc
TextFieldAttrs