-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrapSelectorWheel display glitch #111
Comments
Seeing this as well. When changing the max Value, wheel appear as wrapped until scrolled. |
I had the same issue. This can be fixed though, if you place It has to be after |
That fixed it. Maybe what's done in |
This didn't fix my issue. I still get it when the values are refreshed. |
@anudeepreddygopu I got the same issue, if you still experience the same problem after following this
make sure that you already set app:np_wheelItemCount or via java/kotlin code. |
First of all, thanks for this library, I spent hours looking for something like this and it is great! That being said I have an issue with
wrapSelectorWheel
.I use the NumberPicker to display a dynamic list of strings and
wrapSelectorWheel
is only applied after I the selected item has changed from user scrolling. Initially it shows a wrapped wheel, which can't be scrolled up, and after the user scrolls the wrapped items disappear. They reappear again after I change the inputs.Here is the layout part:
Here is the code changing the inputs:
I saw other issues on this and tried setting the property after I change the min/max values but the behaviour persists.
The text was updated successfully, but these errors were encountered: