fix(LOY-251): numeric inputmode on inputs for mobile numeric keyboard

This commit is contained in:
Christian Andolf
2025-06-12 11:10:27 +02:00
parent 4f75c4a60f
commit d01db033ae
7 changed files with 12 additions and 2 deletions

View File

@@ -161,6 +161,7 @@ export default function SignupForm({ title }: SignUpFormProps) {
label={zipCode}
name="address.zipCode"
registerOptions={{ required: true }}
inputMode="numeric"
/>
<CountrySelect
label={country}