T00rk / bootstrap-material-datetimepicker

Datepicker for bootstrap-material
http://t00rk.github.io/bootstrap-material-datetimepicker/
MIT License
9 stars 4 forks source link

Change date #216

Open nikhilbhatia22 opened 6 years ago

nikhilbhatia22 commented 6 years ago

Issue:

Date can only be set once using setDate method, when tried to set it again using the same method, it doesn't work, when checked in source code, it enters into if (this.$element.val().length > 0) part where it just re-sets the value to element's current value itself.

Solution:

Emptying the element value before executing the initDates()