darrenfang / vuetify-datetime-picker

DatetimePicker component for Vuetify.js. https://darrenfang.github.io/vuetify-datetime-picker/
MIT License
175 stars 127 forks source link

UI Improvements #24

Closed bkostjens closed 5 years ago

bkostjens commented 5 years ago

This pull request features a couple of changes for a better user experience and improved theming:

1) Greater control over the used colors. Added new properties: color (passed to date and timepicker), okButtonColor, clearButtonColor, sliderColor 2) Layout changes to clear and save button 3) When setting dateTime to null the selected date and time now gets reset (basically this is expected behaviour).

darrenfang commented 5 years ago

The code was refactored. Thank you.