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

onChange event for CountDownRow not fired after user selects 0h 0min #2204

Open
nazgu1 opened this issue Jan 10, 2022 · 1 comment
Open

onChange event for CountDownRow not fired after user selects 0h 0min #2204

nazgu1 opened this issue Jan 10, 2022 · 1 comment

Comments

@nazgu1
Copy link

nazgu1 commented Jan 10, 2022

When using CountDownRow when you change value to 0 h 0 min it automatically go to nearest non-zero value (correct). If you go to zero from nearest non-zero value it goes back to the same value and next onChange event is not fired, e.g.

  1. I have picker with 15 min intervals
  2. selected 0h 15 min
  3. next selected 0h 0 min
  4. picker goes to 0h 15 min
  5. selected 0h 30 min
  6. onChange does not fire (but it should)

Environment: Eureka 5.4.3, Xcode 13.2 and iOS 14.4, 15.2

@mats-claassen
Copy link
Member

Just tested on master branch, Xcode 13.0, iOS 15.0, Simulator and couldn't reproduce. Have you seen this happen in any iOS or have you seen any difference between Simulator and real device?
Also a small code sample to reproduce would be helpful

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