UX: Increase default form width (#27680)
This commit is contained in:
@@ -21,7 +21,7 @@ export function Form<T>({
|
||||
validateFieldsOnMount,
|
||||
children,
|
||||
validateOn = 'onSubmit',
|
||||
maxWidth = 400,
|
||||
maxWidth = 600,
|
||||
...htmlProps
|
||||
}: FormProps<T>) {
|
||||
const { handleSubmit, register, errors, control, triggerValidation, getValues, formState, watch } = useForm<T>({
|
||||
|
||||
Reference in New Issue
Block a user