Explorar el Código

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

invalid w hace 1 año
padre
commit
b103c64954
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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',
 ];