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
This directive on the datepicker will take your null value and convert it to a new Date(null), then you end up with a 1970's date value in your datepicker.
The text was updated successfully, but these errors were encountered:
Before updating to latest master you used to be able to have a non required datetime field and set its defaultValue to null.
After the update to latest ui-bootstrap you can't do this.
https://github.com/marmelab/ng-admin/blob/master/src/javascripts/ng-admin/Crud/field/datepickerPopup.js
This directive on the datepicker will take your null value and convert it to a new Date(null), then you end up with a 1970's date value in your datepicker.
The text was updated successfully, but these errors were encountered: