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 23a058e commit 70db229Copy full SHA for 70db229
src/platforms/web/runtime/directives/model.js
@@ -28,7 +28,7 @@ export default {
28
if (isIE || isEdge) {
29
setTimeout(cb, 0)
30
}
31
- } else if (vnode.tag === 'textarea' || el.type === 'text') {
+ } else if (vnode.tag === 'textarea' || el.type === 'text' || el.type === 'password') {
32
el._vModifiers = binding.modifiers
33
if (!binding.modifiers.lazy) {
34
if (!isAndroid) {
0 commit comments