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 Sep 2, 2022. It is now read-only.
min and max i think would be pretty easy, it should just be a matter of adding the min and max angular validation directives to the template. See what I did for ng-pattern as an example.
step might be more involve, might require a custom validation maybe?
The idea is to delegate min, max and step to the browser. Chrome handles it pretty well. For the rest (angular validation) that could come later.
So the intent is just to declare options somehow and append the number template, which doesn't exist but would give more more freedom than tweaking the string one.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
what about supporting step, min and max for number/integer fields for example?
Any idea to where to start to add field options?
The text was updated successfully, but these errors were encountered: