Interface: FormFieldBaseProperties
Defined in: shared/types/componentProps.ts:135
Base form field properties for input components.
Remarksโ
These props provide the essential form field functionality including labeling, validation, and help text support. This serves as a base interface that can be extended by components requiring additional properties like children.
Extended byโ
BaseFormFieldPropertiesFormFieldPropertiesStringFieldPropsBaseStandardInputPropertiesStandardSelectProperties
Propertiesโ
error?โ
readonlyoptionalerror:string
Defined in: shared/types/componentProps.ts:137
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\_Objects/Error message to display when validation fails
helpText?โ
readonlyoptionalhelpText:string
Defined in: shared/types/componentProps.ts:139
Help text to provide guidance to users
idโ
readonlyid:string
Defined in: shared/types/componentProps.ts:141
Unique identifier for the field (required for accessibility)
labelโ
readonlylabel:string
Defined in: shared/types/componentProps.ts:143
Label text to display for the field
required?โ
readonlyoptionalrequired:boolean
Defined in: shared/types/componentProps.ts:145
Whether the field is required for form submission