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
my case requires me to have slider with set min and max shown always (let say from 0 to 5) but sometimes, affter custom validation I should never allow user to set value bigger than, let say 3.
what I am looking for is to hook up into update/set method, get the new value, validate it somehow (this part is easy, I have done it) and then, if it passes validation set it, if not, reject new value and show the user old value (if, it was set).
any idea?
thanks
The text was updated successfully, but these errors were encountered:
hello,
my case requires me to have slider with set min and max shown always (let say from 0 to 5) but sometimes, affter custom validation I should never allow user to set value bigger than, let say 3.
what I am looking for is to hook up into update/set method, get the new value, validate it somehow (this part is easy, I have done it) and then, if it passes validation set it, if not, reject new value and show the user old value (if, it was set).
any idea?
thanks
The text was updated successfully, but these errors were encountered: