File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ 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 | boolean | false |
125+ | disableAutoScroll | Disable auto scroll to selected option (only affects automatic scrolling in single-selection mode) | boolean | false |
126126| direction | direction of dropdown | 'ltr' \| 'rtl' | 'ltr' |
127127| optionRender | Custom rendering options | (oriOption: FlattenOptionData\< BaseOptionType\> , info: { index: number }) => React.ReactNode | - |
128128| labelRender | Custom rendering label | (props: LabelInValueType) => React.ReactNode | - |
You can’t perform that action at this time.
0 commit comments