alibaba / formily

📱🚀 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3
https://formilyjs.org/
MIT License
11.43k stars 1.49k forks source link

时间范围选择 showTime 与 format 同时设置出现 bug #880

Closed TopGrd closed 4 years ago

TopGrd commented 4 years ago

Describe the bug DatePicker.RangePicker 当设置 x-component-props={{ showTime: true, format: 'YYYY-MM-DD HH' }}, 两者不能同时生效,并且会有显示BUG,日期后面带个小时,后面还有个时间

To Reproduce https://codesandbox.io/s/epic-poincare-e7x2t?file=/index.js

Expected behavior 期望在显示时间的时候,可以正确设置日期值的格式

Screenshots image image

xianghongai commented 4 years ago

formily 能将日期数据 Map 到 UI 中?比如航班信息之类的?