From 430cc6f644bb0cd13aa432405c5c1dd49e55ba1b Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Fri, 13 Jun 2025 11:33:04 +0200 Subject: [PATCH] fix: revert numeric inputmode zipcode --- .../components/Forms/Edit/Profile/FormContent/index.tsx | 1 - apps/scandic-web/components/Forms/Signup/index.tsx | 1 - .../EnterDetails/Details/RoomOne/Signup/index.tsx | 1 - 3 files changed, 3 deletions(-) diff --git a/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx b/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx index 8ca03a791..487cbeb99 100644 --- a/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx +++ b/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx @@ -57,7 +57,6 @@ export default function FormContent() { })} name="address.zipCode" registerOptions={{ required: true }} - inputMode="numeric" />