Optional
classOptional
defaultStarting value for the text field if it is not controlled
Optional
hasIf true
, the label is displayed in an error state.
Optional
helperText that gives the user instructions on what contents the TextField expects
Optional
id?: stringOptional unique identifier
Optional
isIf true
, the component is disabled.
Optional
isIf true
, the input will take up the full width of its container.
Optional
isIf true
, the label is displayed as required and the input
element is required.
Optional
label?: stringThe title of the TextField
Optional
onTriggers when textfield loses focus
Optional
onTriggers when content of textfield is changed
Optional
onTriggers when textfield gets focus
Optional
placeholder?: stringThe short hint displayed in the input
before the user enters a value.
Optional
value?: string | numberValue of the text field if controlled
Additional css classes to help with unique styling of the text field