From 0a199617e0485c9667a33386daf730429b65ce6a Mon Sep 17 00:00:00 2001 From: Youssef Ahmed Hassan Elzedy <39376520+youssefelzedy@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:38:39 +0300 Subject: [PATCH] Change the placeholder to a country code that no other country uses. (#1491) Co-authored-by: Vectorial1024 --- data/fields/phone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/fields/phone.json b/data/fields/phone.json index c05c1223..70b17ee2 100644 --- a/data/fields/phone.json +++ b/data/fields/phone.json @@ -6,7 +6,7 @@ ], "type": "tel", "label": "Telephone", - "placeholder": "+31 42 123 4567", + "placeholder": "+000 0000 0000 0000", "terms": [ "phone number" ]