material-datetime-picker
material-datetime-picker copied to clipboard
A material design date-time picker for the web
There is a problem with bootstrap 5 You can see the problem when you add bootstrap css your project.
Hi, is it possible to get a 24 hour clock? I cant find anything on the material.io page
Alright, first of all, niche bug. Second of all, sorry for not pushing through a proper pull request and all that, dont have all that much time. Rome screws up...
https://github.com/ripjar/material-datetime-picker/blob/476b08bd6b629828c6a5f9909d94d8d7a4e73f0d/lib/js/index.js#L411 Throws error : > Cannot read property 'classList' of undefined If the options.default value for minutes can not be divided into 5 If picker is integrated in existing project....
Hi, i am not sure if it exists, i searched a bit, is it possible that to close the date-time-picker dialog when the minutes is selected.? thanks much.
I added support for 24 hour format and also options for setting custom texts on the buttons.. Option for 24 hour format is a boolean 'twentyFourHours', defaults to false.. #140...
Hey there! I created this PR from my crazy idea of #127. In fact, it wasn't as crazy as I thought. Actually, you can create a picker passing a moment...
When I use the configuration options to set a default time and that time rounds up to 60 minutes the picker fails to open because this line this.$('.js-clock-minutes .' +...
Hi, I love how this DateTime picker design compares to other similar packages out there. But I couldn't find any documentation on how to change the theme color for this...