File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,9 @@ export default () => (
122122| dropdownRender | render custom dropdown menu | (menu: React.Node) => ReactNode | - |
123123| loading | show loading icon in arrow | boolean | false |
124124| virtual | Disable virtual scroll | boolean | true |
125- | disableAutoScroll | Disable auto scroll to selected option (only affects automatic scrolling in single-selection mode) | boolean | false |
126- | direction | direction of dropdown | 'ltr' \| 'rtl' | 'ltr' |
127- | optionRender | Custom rendering options | (oriOption: FlattenOptionData\< BaseOptionType\> , info: { index: number }) => React.ReactNode | - |
128- | labelRender | Custom rendering label | (props: LabelInValueType) => React.ReactNode | - |
129- | maxCount | The max number of items can be selected | number | - |
125+ | disableAutoScroll | Disable auto scroll to selected option — only
126+
127+ 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 | - |
130128
131129### Methods
132130
You can’t perform that action at this time.
0 commit comments