Skip to content

Commit

Permalink
docs: add ProFormTreeSelect docs (#8887)
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc authored Nov 26, 2024
1 parent d0f573f commit 007921f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form/src/BaseForm/createField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type FunctionFieldProps = {
};

/**
* 这个方法的主要作用的帮助 Field 增加 FormItem 同时也会处理 lightFilter
* 这个方法的主要作用是帮助 Field 增加 FormItem 同时也会处理 lightFilter
*
* @param Field
* @param config
Expand Down
2 changes: 2 additions & 0 deletions packages/form/src/components/FieldSet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ ProFormCaptcha 是为了支持中后台中常见的验证码功能开发的组
> 请求远程数据比较复杂,详细可以看[这里](https://procomponents.ant.design/components/schema#request-%E5%92%8C-params)。
> 使用 fieldProps 中 onDropdownVisibleChange 时需要另外维护 open 状态,具体看 [#8876](https://github.com/ant-design/pro-components/issues/8876)
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| valueEnum | 当前列值的枚举 [valueEnum](/components/table#valueenum) | `Record` | - |
Expand Down

0 comments on commit 007921f

Please sign in to comment.