소스 검색

chore(ApiSelect): 该组件设定成手动触发验证

invalid w 1 년 전
부모
커밋
b103c64954
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/Form/src/helper.ts

+ 1 - 0
src/components/Form/src/helper.ts

@@ -86,4 +86,5 @@ export const NO_AUTO_LINK_COMPONENTS: ComponentType[] = [
   'ApiCascader',
   'AutoComplete',
   'RadioButtonGroup',
+  'ApiSelect',
 ];