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 opening a time picker that has already been opened and dismissed, the value shown is the value that was entered before dismissing, not the actual value saved.
Expected behaviour
When dismissing the modal (i.e. not confirming/saving the value), it should reset back to the initial input. This works as expected for the DatePicker.
How to reproduce?
Open the TimePickerModal
Change the minutes or hour value
Dismiss the modal (not confirming/saving)
Open the TimePickerModal
Dismissed value is shown
The text was updated successfully, but these errors were encountered:
Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then you can also provide the repro in a GitHub repository.
Current behaviour
When opening a time picker that has already been opened and dismissed, the value shown is the value that was entered before dismissing, not the actual value saved.
Expected behaviour
When dismissing the modal (i.e. not confirming/saving the value), it should reset back to the initial input. This works as expected for the DatePicker.
How to reproduce?
The text was updated successfully, but these errors were encountered: