diff --git a/app/components/malio/input/InputPassword.vue b/app/components/malio/input/InputPassword.vue index cf2996e..e5984ef 100644 --- a/app/components/malio/input/InputPassword.vue +++ b/app/components/malio/input/InputPassword.vue @@ -20,8 +20,8 @@ placeholder="_" :type="isPasswordVisible ? 'text' : 'password'" @input="onInput" - @focus="isFocused = true" - @blur="isFocused = false" + @focus="isFocused = true; onKbdFocus()" + @blur="isFocused = false; onKbdBlur()" >