You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| maxCount | The max number of items can be selected | number | - |
125
+
| disableAutoScroll | Disable auto scroll to selected option — only applies to single-select mode; does not affect multi-select or searchable scenarios | boolean | false || direction | direction of dropdown | 'ltr' \| 'rtl' | 'ltr' || optionRender | Custom rendering options | (oriOption: FlattenOptionData\<BaseOptionType\> , info: { index: number }) => React.ReactNode | - || labelRender | Custom rendering label | (props: LabelInValueType) => React.ReactNode | - || maxCount | The max number of items can be selected | number | - |
0 commit comments