From ff80775cd6f09863429f053e590a054c6e45722c Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Thu, 31 Jul 2025 14:24:27 -0300 Subject: [PATCH] fix: Prevents quick type suggestions on iOS for password input --- .../web/src/javascripts/Components/Input/DecoratedInput.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/web/src/javascripts/Components/Input/DecoratedInput.tsx b/packages/web/src/javascripts/Components/Input/DecoratedInput.tsx index c9de7a291..d86659fd0 100644 --- a/packages/web/src/javascripts/Components/Input/DecoratedInput.tsx +++ b/packages/web/src/javascripts/Components/Input/DecoratedInput.tsx @@ -75,6 +75,8 @@ const DecoratedInput = forwardRef(