fix(LOY-251): numeric inputmode on inputs for mobile numeric keyboard
This commit is contained in:
@@ -73,6 +73,7 @@ export default function FormContent() {
|
||||
label={zipCode}
|
||||
name="address.zipCode"
|
||||
registerOptions={{ required: true }}
|
||||
inputMode="numeric"
|
||||
/>
|
||||
<CountrySelect
|
||||
label={country}
|
||||
|
||||
@@ -161,6 +161,7 @@ export default function SignupForm({ title }: SignUpFormProps) {
|
||||
label={zipCode}
|
||||
name="address.zipCode"
|
||||
registerOptions={{ required: true }}
|
||||
inputMode="numeric"
|
||||
/>
|
||||
<CountrySelect
|
||||
label={country}
|
||||
|
||||
Reference in New Issue
Block a user