How to get <input type=“time” /> to display full time picker in IE 10, Firefox, Safari, etc

前端 未结 3 843
半阙折子戏
半阙折子戏 2021-01-28 18:17

I\'ve been struggling with this all day.

I\'ve been using for a long time in one of our company web apps, and only recently di

3条回答
  •  不要未来只要你来
    2021-01-28 18:48

    Unfortunately Date/time input types are still CSS Working Drafts. So if you want to make it work across all browsers, you have no choice but to use a polyfill. Like this one for example.

提交回复
热议问题