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
When np_wheelItemCount is greater than 3 (and thus displaying more than 1 edge value), clicking the second value only increases/decreases the selected value by one.
Is there a way to configure NumberPicker to change to the selected value in these cases?
Eg:
1 2 [3] 4 5, when clicking 5, the picker currently changes to 4, when it's arguably expected that it would change to 5.
The text was updated successfully, but these errors were encountered:
When np_wheelItemCount is greater than 3 (and thus displaying more than 1 edge value), clicking the second value only increases/decreases the selected value by one.
Is there a way to configure NumberPicker to change to the selected value in these cases?
Eg:
1 2 [3] 4 5, when clicking 5, the picker currently changes to 4, when it's arguably expected that it would change to 5.
The text was updated successfully, but these errors were encountered: