alibaba / x-render

🚴‍♀️ 阿里 - 很易用的中后台「表单 / 表格 / 图表」解决方案
https://xrender.fun
6.96k stars 986 forks source link

Ant 5.x DatePicker控件无法渲染 #1459

Closed whsqjss closed 7 months ago

whsqjss commented 7 months ago

1.依赖仓库的版本(Dependencies versions)

2.问题描述(Bug description): DatePicker组件无法渲染 3.出现问题的 schema demo(Reproduction schema demo)

const schema = {
    "type": "object",
    "properties": {
        "calibrationDate": {
            "type": "string", 
            "props": {"placeholder": "请选择日期"}, 
            "title": "校准日期", 
            "widget": "datePicker", 
            "required": true
            }
    }
}

image

4.最小复现 demo(Reproduction demo)

lhbxs commented 7 months ago

这种临时太的 XRender 1.0 兼容 antd 5.x 的版本很早就不维护了。建议是通过自定义组件方式替换掉内部 DatePicker,或者是考虑升级 2.x