Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 798 Bytes

input-typedate.md

File metadata and controls

11 lines (8 loc) · 798 Bytes

feature: status: caution tags: polyfill gtie9 kind: html polyfillurls: webshims, html5widgets

There are many date inputs: datetime-local, date, time, month, week that should provide a datepicker to the user. For a long time, WebKit offered a spinner UI on these inputs, but this was an incomplete implementation (and has since been removed).

A few polyfills offer a proper datepicker UI, if the feature is not offered natively.

We suggest you use Modernizr to detect this feature, as it has correctly detected these features, regardless of WebKit's partial implementation or other browser bugs.