Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 7 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2021-02-12T13:52:09.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T01:44:38.856Z (3 months 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 presentationTODO: 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?