fix: revert numeric inputmode zipcode

This commit is contained in:
Christian Andolf
2025-06-13 11:33:04 +02:00
parent 7a3ab92426
commit 430cc6f644
3 changed files with 0 additions and 3 deletions

View File

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