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 037449f commit bba8b91Copy full SHA for bba8b91
src/platforms/web/runtime/directives/model.js
@@ -34,7 +34,7 @@ export default {
34
}
35
if (vnode.tag === 'select') {
36
setSelected(el, binding, vnode.context)
37
- } else {
+ } else if (vnode.tag === 'textarea' || el.type === 'text') {
38
if (!isAndroid) {
39
el.addEventListener('compositionstart', onCompositionStart)
40
el.addEventListener('compositionend', onCompositionEnd)
0 commit comments