ant-design / ant-design

An enterprise-class UI design language and React UI library
https://ant.design
MIT License
90.25k stars 46k forks source link

DatePicker Mask breaks Mobile #48073

Open doas3140 opened 1 month ago

doas3140 commented 1 month ago

Reproduction link

https://ant.design/components/date-picker

Steps to reproduce

  1. Open documentation "Mask Format" part
  2. Press the datepicker
  3. Keyboard opens, but any keyboard press doesn't do anything

What is expected?

When pressing a number it should fill a part of the date.

What is actually happening?

Nothing is changing

Environment Info
antd 5.15.4
React 18 (antd docs)
System Android 14
Browser Chrome Stable
zombieJ commented 1 month ago

Mask not support mobile. We should disabled this feature in mobile side.