Skip to content

Commit 16b4be7

Browse files
committed
chore: fix tests
1 parent d3fd7f7 commit 16b4be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-select/src/Select.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,7 @@ export default class Select<
13521352
return;
13531353
}
13541354
this.clearValue();
1355+
event.stopPropagation();
13551356
event.preventDefault();
13561357
this.openAfterFocus = false;
13571358
if (event.type === 'touchend') {

0 commit comments

Comments
 (0)