Why has Chrome on Android's native HTML5 date picker become really slow?

前端 未结 2 647
后悔当初
后悔当初 2021-02-13 00:35

I have a date picker on my site that just uses the default html5 date picker.

I\'ve noticed that up until a couple of weeks ago, it was working fine but ever since a rec

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-13 01:06

    See crbug.com/441060 . You can avoid this slowness by specifying min= and max= attributes.

提交回复
热议问题