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
null or undefined validate this to true (because of allowNone defaults to true)
Positive number ranges like from 1 to 10 wont behave like that. Why is this the case?
Either allowNone works for every number range or it does never if there is a range provided.
Or am i missing something?
The text was updated successfully, but these errors were encountered:
Environment
Steps to Reproduce
Implement number-validator with options:
null
orundefined
validate this to true (because ofallowNone
defaults totrue
)Positive number ranges like from 1 to 10 wont behave like that. Why is this the case?
Either
allowNone
works for every number range or it does never if there is a range provided.Or am i missing something?
The text was updated successfully, but these errors were encountered: