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.
Input field of type "number" break the min/max length validators. The issue was present in both 1.3.0-beta.15 and 1.3.0-beta.16 on both firefox and chrome.
Input field of type "number" break the min/max length validators. The issue was present in both 1.3.0-beta.15 and 1.3.0-beta.16 on both firefox and chrome.
Compare here against type="text" behaviour, Plunker
Adding a toString() call to the input value before comparison in the minLengthDirective and maxLengthDirective methods fixed the issue for me.
The text was updated successfully, but these errors were encountered: