Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

ceesgeene/polyformfill

Repository files navigation

Polyformfill Build Status Coverage Status

Polyfill script for HTML5 form elements.

Currently supported:

  • input[type=date]
  • input[type=time]

Install

You can install this package either with npm or with bower.

npm

npm install polyformfill

bower

bower install polyformfill

Usage

Simply add a <script> to your HTML document (position doesn't really matter but at least before scripts that rely on any of the DOM interface polyfills), e.g. if you are using bower:

<script src="/bower_components/polyformfill/polyformfill.js"></script>

Browser compatibility Sauce Test Status

Sauce Test Status

About

Polyfill script for HTML5 form elements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published