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 was archived by the owner on Apr 12, 2024. It is now read-only.
The standard maxlength attribute on <input> allows specifying a negative value to provide the default behaviour (i.e. unlimited length). For using a databound/dynamic value for ng-maxlength, I need the ability to allow an unlimited length as an option. However, with the current code, if you add an ng-maxlength attribute the only way to allow an unlimited length is to default it to some hardcoded very large value.