浏览代码

feat: add scrollToFirstError to the form component

sqchen 2 月之前
父节点
当前提交
f1051c8773
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;