|
@@ -28,7 +28,7 @@ export default {
|
|
|
if (isIE || isEdge) {
|
|
if (isIE || isEdge) {
|
|
|
setTimeout(cb, 0)
|
|
setTimeout(cb, 0)
|
|
|
}
|
|
}
|
|
|
- } else if (vnode.tag === 'textarea' || el.type === 'text') {
|
|
|
|
|
|
|
+ } else if (vnode.tag === 'textarea' || el.type === 'text' || el.type === 'password') {
|
|
|
el._vModifiers = binding.modifiers
|
|
el._vModifiers = binding.modifiers
|
|
|
if (!binding.modifiers.lazy) {
|
|
if (!binding.modifiers.lazy) {
|
|
|
if (!isAndroid) {
|
|
if (!isAndroid) {
|