Skip to content

Commit d368018

Browse files
committed
docs: clarify disableAutoScroll prop description in README.
1 parent 6dc7601 commit d368018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 | - |

0 commit comments

Comments
 (0)