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 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.
I have picker with 15 min intervals
selected 0h 15 min
next selected 0h 0 min
picker goes to 0h 15 min
selected 0h 30 min
onChange does not fire (but it should)
Environment: Eureka 5.4.3, Xcode 13.2 and iOS 14.4, 15.2
The text was updated successfully, but these errors were encountered:
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
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.Environment: Eureka 5.4.3, Xcode 13.2 and iOS 14.4, 15.2
The text was updated successfully, but these errors were encountered: