ant-design/ant-design-mobile

在IOS下DatePicker的MODE选择datetime组件不显示时间

Opened this issue · 0 comments

Version of antd-mobile

4.2.0

Operating system and its version

iOS

Browser and its version

16.4

Sandbox to reproduce

No response

What happened?

image 在IOS下 无法正常显示 image 在安卓下可以正常显示

Relevant log output

<DatePicker
                                        extra=" "
                                        mode="date"
                                        minDate={ start_day.toDate() }
                                        format="YYYY/MM/DD HH:mm:ss"
                                        onChange={this.dzEDatePickerOnChange}>
                                        <List.Item style={poiInputStyle}></List.Item>
                                    </DatePicker>