Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed Jan 10, 2024
1 parent d3fd7f7 commit 16b4be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-select/src/Select.tsx
Expand Up @@ -1352,6 +1352,7 @@ export default class Select<
return;
}
this.clearValue();
event.stopPropagation();
event.preventDefault();
this.openAfterFocus = false;
if (event.type === 'touchend') {
Expand Down

0 comments on commit 16b4be7

Please sign in to comment.