소스 검색

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;