Skip to content

Commit f0024e9

Browse files
committed
Merge branch 'develop'
2 parents a4bdc44 + 5a18867 commit f0024e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
[![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)
44

5+
An accessible polyfill for `<input type='time'/>` elements.
6+
57
- ✔️ Modeled after the Chrome and Firefox implementations
68
- ✔️ Fully keyboard and screen reader accessible
79
- ✔️ Submits the same values to servers as real time inputs
810
- ✔️ Only downloads the full polyfill code in the browsers that need it
11+
- ✔️ Zero dependencies
912

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "time-input-polyfill",
3-
"description": "A polyfill for input[type=time] elements modeled after the Chrome & Fire Fox implementations.",
4-
"version": "1.0.1",
3+
"description": "An accessible polyfill for `<input type='time'/>` elements modeled after the Chrome & Firefox implementations.",
4+
"version": "1.0.2",
55
"main": "index.js",
66
"jsdelivr": "dist/time-input-polyfill.auto.min.js",
77
"dependencies": {},

0 commit comments

Comments
 (0)