The First Name, Last Name, and Email Field components subcomponent can only be used within the Form component.
label
Label
string
First Name/Last Name/Email
The label text for the field
disabled
Disabled
boolean
false
Determines whether the field is disabled or not
minlength
Minimum length
""
The minimum length of the input value
maxlength
Maximum length
The maximum length of the input value
regex
Validation regular expression
A regular expression pattern that the input value must match
col
Column Size
number
12
Size of the columns
invalidMessage
Invalid message
The error message to display when the input value is invalid
toolTipMessage
Tooltip message
The tooltip message to display for the field
fieldClassName
Class Name
The CSS class name for styling the field component
Last updated 21 days ago
Was this helpful?