Props
interface FieldPickerSyncedProps extends SharedFieldPickerProps
allowedTypes | Array<FieldType> An array indicating which field types can be selected. |
aria-describedby | undefined | string A space separated list of description element IDs. |
aria-label | undefined | string The |
aria-labelledby | undefined | string A space separated list of label element IDs. |
autoFocus | undefined | false | true The |
className | undefined | string Additional class names to apply to the select. |
disabled | undefined | false | true If set to |
globalConfigKey | GlobalConfigKey A string key or array key path in GlobalConfig. The selected field will always reflect the field id stored in GlobalConfig for this key. Selecting a new field will update GlobalConfig. |
id | undefined | string The |
name | undefined | string The |
onChange | undefined | A function to be called when the selected field changes. |
placeholder | undefined | string The placeholder text when no field is selected. |
shouldAllowPickingNone | undefined | false | true If set to |
size | ControlSizeProp The size of the select. |
style | React.CSSProperties Additional styles to apply to the select. |
tabIndex | undefined | number The |
table | Table | null The parent table model to select fields from. If |