Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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?