From da05c37ffe4c4792dd8afb9e2466a665efcb6b0e Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 8 Jul 2025 10:39:25 +0200 Subject: [PATCH] docs(input): hide password reveal button in edge Resolves #4484 --- .../content/examples/input/InputPasswordToggleExample.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/app/components/content/examples/input/InputPasswordToggleExample.vue b/docs/app/components/content/examples/input/InputPasswordToggleExample.vue index ba4b723f..54406689 100644 --- a/docs/app/components/content/examples/input/InputPasswordToggleExample.vue +++ b/docs/app/components/content/examples/input/InputPasswordToggleExample.vue @@ -24,3 +24,10 @@ const password = ref('') + +