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
I'm using the datepicker with custom date format (%d-%m-%Y) and I'm having issues when the datepicker is connected to an input that already contains a date inside (i.e. a standard edit form). It looks like this line doesn't really care about the set format and tries copying the value from input field into the dateValue which later breaks the whole controller.
The text was updated successfully, but these errors were encountered:
I'm using the datepicker with custom date format (
%d-%m-%Y
) and I'm having issues when the datepicker is connected to an input that already contains a date inside (i.e. a standard edit form). It looks like this line doesn't really care about the set format and tries copying the value from input field into thedateValue
which later breaks the whole controller.The text was updated successfully, but these errors were encountered: