reset query on select, don't jump to active item (#2237)
This commit is contained in:
parent
396b12b024
commit
4e802d2c5a
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user