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 7497723 commit 9c3e96fCopy full SHA for 9c3e96f
src/platforms/web/runtime/directives/model.js
@@ -32,7 +32,7 @@ export default {
32
el._vModifiers = binding.modifiers
33
if (!binding.modifiers.lazy) {
34
// Safari < 10.2 & UIWebView doesn't fire compositionend when
35
- // siwtching focus before confirming composition choice
+ // switching focus before confirming composition choice
36
// this also fixes the issue where some browsers e.g. iOS Chrome
37
// fires "change" instead of "input" on autocomplete.
38
el.addEventListener('change', onCompositionEnd)
0 commit comments