Skip to content

Commit

Permalink
Remove stopPropagation from onClearIndicatorMouseDown
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulinski committed Apr 4, 2022
1 parent 150c020 commit d6685d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-select/src/Select.tsx
Expand Up @@ -1220,7 +1220,6 @@ export default class Select<
}
this.clearValue();
event.preventDefault();
event.stopPropagation();
this.openAfterFocus = false;
if (event.type === 'touchend') {
this.focusInput();
Expand Down

0 comments on commit d6685d1

Please sign in to comment.