We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53a7de commit 1b2926dCopy full SHA for 1b2926d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codingapi/ui-framework",
3
- "version": "0.0.20",
+ "version": "0.0.21",
4
"description": "A UI Framework built with React and Typescript",
5
"keywords": [
6
"ui",
src/Form/types.ts
@@ -135,6 +135,9 @@ export interface FormItemProps {
135
// 动态校验函数,尽在fields模式下生效
136
validateFunction?: (content: FormValidateContent) => Promise<string[]>,
137
138
+ // 组件的默认属性
139
+ itemProps?:any;
140
+
141
/** 以下为表单字段的拓展熟悉,非公共属性 **/
142
// 单选框方向
143
radioDirection?: "vertical" | "horizontal",
0 commit comments