From 2724476f1ce7a9d18498b00d83c3e3a18faedf14 Mon Sep 17 00:00:00 2001 From: tristan Date: Tue, 9 Jun 2026 16:19:22 +0200 Subject: [PATCH] feat(input) : anneau de focus clavier sur InputPhone Co-Authored-By: Claude Opus 4.8 (1M context) --- app/components/malio/input/InputPhone.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/components/malio/input/InputPhone.vue b/app/components/malio/input/InputPhone.vue index 9639d2c..86213d2 100644 --- a/app/components/malio/input/InputPhone.vue +++ b/app/components/malio/input/InputPhone.vue @@ -20,8 +20,8 @@ type="tel" inputmode="tel" @input="onInput" - @focus="isFocused = true" - @blur="isFocused = false" + @focus="isFocused = true; onKbdFocus()" + @blur="isFocused = false; onKbdBlur()" >