feat: add scrollToFirstError to the form component

pull/168/head^2
sqchen 2025-07-05 00:50:53 +08:00
parent 243f3a201d
commit f1051c8773
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ export interface VbenFormProps<
/** /**
* *
* @default true * @default false
*/ */
scrollToFirstError?: boolean; scrollToFirstError?: boolean;