Skip to content

Commit

Permalink
fix(FilterableMultiSelect): open item list when searching (#5192)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and asudoh committed Jan 28, 2020
1 parent 5408899 commit 8faf1f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ export default class FilterableMultiSelect extends React.Component {
}
return {
inputValue: inputValue || '',
isOpen: Boolean(inputValue) || this.state.isOpen,
};
});
};
Expand Down

0 comments on commit 8faf1f7

Please sign in to comment.