reset query on select, don't jump to active item (#2237)

This commit is contained in:
Rishabh Saxena 2020-12-23 17:45:14 +05:30 committed by GitHub
parent 396b12b024
commit 4e802d2c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,6 +278,8 @@ class DropDownComponent extends React.Component<DropDownComponentProps> {
</StyledSingleDropDown>
) : (
<StyledMultiDropDown
resetOnSelect
scrollToActiveItem={false}
className={this.props.isLoading ? Classes.SKELETON : ""}
items={this.props.options}
itemListPredicate={this.itemListPredicate}