Skip to content
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

add a listener which triggers only the when wheel stops #152

Open
ember11498 opened this issue Jun 3, 2024 · 1 comment
Open

add a listener which triggers only the when wheel stops #152

ember11498 opened this issue Jun 3, 2024 · 1 comment

Comments

@ember11498
Copy link

It hinders performance to constantly do useless rebuilds because users scroll fast through the numbers and the middle numbers dont matter and dont need to be updated. What matters is the last number which is the picked one. So can we have an idle listener or something like that?

@crimsoncor
Copy link

The approach here
#139 (comment)
worked for me.

DarienRomero pushed a commit to DarienRomero/NumberPicker that referenced this issue Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants