hedyma86
hedyma86
### 期望的新功能 (describe the expected new feature) 期望支持 json schema 草案4中 additionalproperties属性 ### 简述一下使用场景,便于开发者更好理解新功能的必要性 (describe your scenario for us to understand the need) 场景是:需要用户自定义一些k-v字段。 比如需求的model json是{ name:xxx, age:xxx, custom:{ key1:value1,...
希望支持普通数组
### 期望的新功能 (describe the expected new feature) ### 简述一下使用场景,便于开发者更好理解新功能的必要性 (describe your scenario for us to understand the need) { "type": "object", "properties": { "arrDemo": { "title": "数组", "type": "array", "widget":...
### 期望的新功能 (describe the expected new feature) 希望表单配置区域变宽,配置项可以一行两列,现在传column={2}没有效果 ### 简述一下使用场景,便于开发者更好理解新功能的必要性 (describe your scenario for us to understand the need) 配置表单的时候,组件配置是使用频率最高的区域,希望可以配置区域显示。
**1.依赖仓库的版本(Dependencies versions)**: - react:17.0.0 - antd:4.14.0 - "form-render": "^1.13.7-beta.0" **2.问题描述(Bug description)**: **3.最小复现 demo(Reproduction demo)**: import enUS from 'antd/lib/locale/en_US'; < form={form} schema={schema} onFinish={onFinish} configProvider={{locale:enUS}} /> 直接设置 locale=“en'不生效 ,用configProvider生效了。但对象数组中的”新增一条“按钮还是中文,应该怎么解?
**2.问题描述(Bug description)**: 对象数组中包含 upload 组件,上下排序时upload组件显示顺序未变 **3.最小复现 demo(Reproduction demo)**: 【将以下 schema 复制到 https://xrender.fun/playground 左侧schema中,点击 “新增一条”,上传文件后,点击右侧排序按钮。文件名称位置没有变。】 { "type": "object", "properties": { "arrDemo": { "title": "对象数组", "description": "对象数组嵌套功能", "type": "array", "min": 1, "max":...