You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unwanted behavior when modifying time on the Date value
Since time was reset to 0 because of a bug on boostrap-datepicker, you
were not able to bind the component value on a Date object were you
would change its time value.
This fixes it with cloning the date object sent to the bootstrap
datepicker object.
0 commit comments