From 2f7a3e624bc2cf2a730f5a1e260976c1db1ec7ca Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Mon, 5 May 2025 13:34:18 +0200 Subject: [PATCH] fix: remove placeholder example texts --- .../HotelReservation/FindMyBooking/AdditionalInfoForm.tsx | 2 -- .../components/HotelReservation/FindMyBooking/index.tsx | 4 ---- 2 files changed, 6 deletions(-) diff --git a/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx b/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx index 07ee51d7f..225b07f75 100644 --- a/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx +++ b/apps/scandic-web/components/HotelReservation/FindMyBooking/AdditionalInfoForm.tsx @@ -66,7 +66,6 @@ export default function AdditionalInfoForm({ defaultMessage: "First name", })} name="firstName" - placeholder="Anna" registerOptions={{ required: true }} /> diff --git a/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx b/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx index 9547c390d..253b6c75e 100644 --- a/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx +++ b/apps/scandic-web/components/HotelReservation/FindMyBooking/index.tsx @@ -85,7 +85,6 @@ export default function FindMyBooking() { defaultMessage: "Booking number", })} name="confirmationNumber" - placeholder="XXXXXX" registerOptions={{ required: true }} />