Type Alias: EnumFieldProps<confAtom>
EnumFieldProps<
confAtom> =object&InputLabelProps
Defined in: lib/forms/EnumField.tsx:120
Props for the EnumField component.
Type declaration
emptyValueLabel?
optionalemptyValueLabel:string
Text to show when no value is selected
field
field:
confAtom
The field configuration atom
valueClassName?
optionalvalueClassName:string
Additional CSS classes for the value containers
Type Parameters
confAtom
confAtom extends FieldConfigAtom<number>
The type of the field configuration atom