Base properties for all form field components
The type of value this field handles
Unique identifier for the form field
Optional
Label text or HTML element to display.
id Copy
id
Whether the field is required for form submission.
true Copy
true
Initial value for the field
Custom validator that returns true if valid, or error message if invalid
Modify the field's root element
Base properties for all form field components