Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan503 committed Dec 22, 2018
2 parents a4bdc44 + 5a18867 commit f0024e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

[![JS Deliver hits per month](https://data.jsdelivr.com/v1/package/npm/time-input-polyfill/badge)](https://www.jsdelivr.com/package/npm/time-input-polyfill)

An accessible polyfill for `<input type='time'/>` elements.

- ✔️ Modeled after the Chrome and Firefox implementations
- ✔️ Fully keyboard and screen reader accessible
- ✔️ Submits the same values to servers as real time inputs
- ✔️ Only downloads the full polyfill code in the browsers that need it
- ✔️ Zero dependencies

Demo available here: https://dan503.github.io/time-input-polyfill/

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "time-input-polyfill",
"description": "A polyfill for input[type=time] elements modeled after the Chrome & Fire Fox implementations.",
"version": "1.0.1",
"description": "An accessible polyfill for `<input type='time'/>` elements modeled after the Chrome & Firefox implementations.",
"version": "1.0.2",
"main": "index.js",
"jsdelivr": "dist/time-input-polyfill.auto.min.js",
"dependencies": {},
Expand Down

0 comments on commit f0024e9

Please sign in to comment.