HTML5 date picker doesn't show on Safari

前端 未结 6 1865
星月不相逢
星月不相逢 2021-02-02 05:13

Having previously used jQuery date picker, I have now converted some of the date fields in forms on my website to the HTML5 date picker.

On the documentation, it says Sa

6条回答
  •  无人及你
    2021-02-02 05:55

    Safari does not include a native datepicker for its desktop version (although it does for iOS). Incidentally, neither does IE. It's very frustrating as it could save developers a lot of time if they did.

    This is a useful link for tracking support for it: http://caniuse.com/#feat=input-datetime

提交回复
热议问题