Function: SelectFieldBinding
▸ SelectFieldBinding<T
>(«destructured»
): Element
If enumValues
are set in the string config, this field renders a select
where each option is a colored chip.
This is one of the internal components that get mapped natively inside forms and tables to the specified properties.
Type parameters
Name | Type |
---|---|
T | extends EnumType |
Parameters
Name | Type |
---|---|
«destructured» | SelectProps <T > |
Returns
Element