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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
We just updated the angular libraries from 1.3.0-beta.5 to 1.3.0-beta.15 and noticed that the input fields with input type number and min- or maxlength validation set are always invalid.
We just updated the angular libraries from 1.3.0-beta.5 to 1.3.0-beta.15 and noticed that the input fields with input type number and min- or maxlength validation set are always invalid.
When you use the Plunker of the api reference (https://code.angularjs.org/1.3.0-beta.15/docs/api/ng/input/input%5Bnumber%5D) and add the attributes ng-minlength or ng-maxlenght it can be reproduced that starting with beta.12 the input field will be always invalid.
I looks like that 'value.length' in the min/maxlength directive is invalid as the int value has no length.
The text was updated successfully, but these errors were encountered: