FieldSettingsModel
Specifies the mapping fields used to bind data source values to the corresponding properties of list items in dropdown components.
Props
The following table outlines the props for the FieldSettingsModel:
| Name | Type | Default | Description |
|---|---|---|---|
| disabled | string | 'disabled' | Specifies whether the particular field value is disabled or not. |
| groupBy | string | 'groupBy' | Specifies to group the list items with their related items by mapping the groupBy field. |
| htmlAttributes | string | - | Specifies additional HTML attributes such as title, disabled, etc., to be applied to list items. |
| text | string | 'text' | Specifies the text column from the data source for each list item. |
| value | string | 'value' | Specifies the value column from the data source for each list item. |