Skip to content

MDTimePicker v1.0.2

Compare
Choose a tag to compare
@dmuy dmuy released this 18 Sep 13:40
· 15 commits to master since this release

Updates (since v1.0.1)

  • Minimum time restriction
    • minTime configuration or data-mintime attribute
  • Maximum time restriction
    • maxTime configuration or data-maxtime attribute
  • Added is24hour config to use 24-hour format in the UI and default format config (as 'hh:mm')
  • Removed keydown (for handling Esc key) on document; added to time picker wrapper instead
  • Removed readOnly configuration

Fixes

  • Fixed bug on time disabling where it prevents the OK button from working on the hour view
  • General bug fixes

Note: This will be the last version of the plugin with jQuery dependency. Next version will jump to 2.0 (vanilla js).