This repository has been archived by the owner on May 29, 2019. It is now read-only.
datepicker - Invalid date manually input is correctly detected in chrome but not in Firefox or IE. #3037
Labels
Milestone
for example entering date '50/12/2014' is detected as an invalid date in chrome as it should, but not in ie or firefox. Sample input tag shown below:
input type="text" class="form-control" datepicker-popup="MM/dd/yyyy" ng-model="ngModel" is-open="opened" close-text="Close" show-weeks="false" placeholder="" ng-required="true"
The text was updated successfully, but these errors were encountered: