We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disableAutoScroll
1 parent b39749e commit baf294aCopy full SHA for baf294a
1 file changed
README.md
@@ -122,6 +122,7 @@ export default () => (
122
| dropdownRender | render custom dropdown menu | (menu: React.Node) => ReactNode | - |
123
| loading | show loading icon in arrow | boolean | false |
124
| virtual | Disable virtual scroll | boolean | true |
125
+| disableAutoScroll | Disable auto scroll to selected option | 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 | - |
0 commit comments