Browse Source

feat: add scrollToFirstError to the form component

sqchen 2 months ago
parent
commit
f1051c8773
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@core/ui-kit/form-ui/src/types.ts

+ 1 - 1
packages/@core/ui-kit/form-ui/src/types.ts

@@ -389,7 +389,7 @@ export interface VbenFormProps<
 
 
   /**
   /**
    * 验证失败时是否自动滚动到第一个错误字段
    * 验证失败时是否自动滚动到第一个错误字段
-   * @default true
+   * @default false
    */
    */
   scrollToFirstError?: boolean;
   scrollToFirstError?: boolean;