ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.51k stars 2.38k forks source link

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

Open xiaxind1 opened 6 months ago

xiaxind1 commented 6 months ago

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>