x-render
x-render copied to clipboard
upload 组件在对象数组中,排序复制bug
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": 3, "items": { "type": "object", "properties": { "num": { "title": "数字参数", "type": "number" }, "uploadDemo": { "title": "文件上传", "type": "string", "widget": "upload", "props": { "action": "https://www.mocky.io/v2/5cc8019d300000980a055e76" } } } } } } }
Hello @hedyma86. We totally like your proposal/feedback, welcome PR 🎉。
你好 @hedyma86,我们完全同意你的提议/反馈,欢迎PR 🎉。