We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e3881 commit a408ae2Copy full SHA for a408ae2
src/renderers/dom/client/eventPlugins/SimpleEventPlugin.js
@@ -148,7 +148,7 @@ function getDictionaryKey(inst: ReactInstance): string {
148
149
function isInteractive(tag) {
150
return tag === 'button' || tag === 'input' ||
151
- tag === 'textarea' || tag === 'select';
+ tag === 'select' || tag === 'textarea';
152
}
153
154
function shouldPreventMouseEvent(inst) {
0 commit comments