Optional autoAutoComplete attribute for the field.
Optional defaultDefault value for the field.
Optional descriptionA brief description of the field's purpose.
Optional disabledWhether the field is disabled.
Optional displayConditions for displaying the field based on other field values.
Optional fieldCSS class name for the field.
Optional fieldCSS styles for the field.
Optional helpHelp text providing additional information about the field.
The key or path for the field within the form values.
Optional labelThe label for the field, displayed in the form UI.
Optional optionsOptions for select, multi-select, or radio group fields.
Optional placeholderPlaceholder text for the field.
Optional removeConditions for removing validation from the field based on other field values.
Optional renderCustom render function for the field.
Optional typeThe type of the field (e.g., text, select, radio group).
Optional validationsValidation schema for the field using Zod.
Interface representing the schema for a form field.