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>
|
</StyledSingleDropDown>
|
||||||
) : (
|
) : (
|
||||||
<StyledMultiDropDown
|
<StyledMultiDropDown
|
||||||
|
resetOnSelect
|
||||||
|
scrollToActiveItem={false}
|
||||||
className={this.props.isLoading ? Classes.SKELETON : ""}
|
className={this.props.isLoading ? Classes.SKELETON : ""}
|
||||||
items={this.props.options}
|
items={this.props.options}
|
||||||
itemListPredicate={this.itemListPredicate}
|
itemListPredicate={this.itemListPredicate}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user