Props
interface SelectButtonsSyncedProps extends SharedSelectButtonsProps
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. |
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 option will always reflect the value stored in GlobalConfig for this key. Selecting a new option will update GlobalConfig. |
onChange | undefined | A function to be called when the selected option changes. |
options | Array<SelectOption> The list of select options. |
size | ControlSizeProp The size of the select buttons. |
style | React.CSSProperties Additional styles to apply to the select. |