fix(SW-360): remove container queries to fix stacking context bug affecting dropdowns in signup
This commit is contained in:
@@ -68,10 +68,11 @@ export default function SignupForm({ link, subtitle, title }: SignUpFormProps) {
|
||||
password: "",
|
||||
termsAccepted: false,
|
||||
},
|
||||
mode: "onBlur",
|
||||
mode: "all",
|
||||
criteriaMode: "all",
|
||||
resolver: zodResolver(signUpSchema),
|
||||
reValidateMode: "onChange",
|
||||
shouldFocusError: true,
|
||||
})
|
||||
|
||||
async function onSubmit(data: SignUpSchema) {
|
||||
|
||||
Reference in New Issue
Block a user