fix(LOY-251): numeric inputmode on inputs for mobile numeric keyboard
This commit is contained in:
@@ -37,6 +37,7 @@ export default function Signup({
|
||||
defaultMessage: "Zip code",
|
||||
})}
|
||||
registerOptions={{ required: true, ...registerOptions }}
|
||||
inputMode="numeric"
|
||||
/>
|
||||
<div className={styles.dateField}>
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user