Angularui Datepicker Allows Typing Value Outside Of Range
I'm having an issue where I'm using AngularUI to specify a datepicker with some allowed range of input values. For example, the user can select a date from 2013-06-10 to 2013-06-20
Solution 1:
This has been solved with the new plugin version: https://github.com/angular-ui/ui-date. So solution is to stop using "bundled" angular-ui and instead start using the plugin versions instead.
Post a Comment for "Angularui Datepicker Allows Typing Value Outside Of Range"