How to properly limit min and max for number input? #17874
Unanswered
ivanjaros
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a price input and sometimes I need to limit range. The q-input seems to be lacking support for this because validation does not prevent invalid value to be passed, it only reacts to it afterwards. Is there a way to validate input before it is propagated by the q-input itself?
Beta Was this translation helpful? Give feedback.
All reactions