https://github.com/ahebrank/timepicker
wrap jquery.timepicker for Drupal 8 forms
https://github.com/ahebrank/timepicker
drupal drupal-8 drupal-module jquery jquery-plugin polyfill
Last synced: about 2 months ago
JSON representation
wrap jquery.timepicker for Drupal 8 forms
- Host: GitHub
- URL: https://github.com/ahebrank/timepicker
- Owner: ahebrank
- Created: 2017-10-10T17:50:37.000Z (over 8 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2021-02-12T13:52:09.000Z (about 5 years ago)
- Last Synced: 2024-12-30T08:09:15.742Z (about 1 year ago)
- Topics: drupal, drupal-8, drupal-module, jquery, jquery-plugin, polyfill
- Language: PHP
- Size: 1000 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jquery.timepicker Polyfill
Provides a light wrapper for [jquery.timepicker](http://jonthornton.github.io/jquery-timepicker/)
Uses modernizr to detect browser support for html5 `time` inputs and applies the polyfill if not.
TODO: need configurable options:
- vary the time format
- vary the time interval presentation
TODO: is it safe to run this for every form?
TODO: is H:i:s always the expected format of the input by the builtin element validator?