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
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
When using minuteValue for ion-datetime and the current time does not match a valid time according to the minuteValue, the preselected time when opening the ion-datetime modal, does not emit a value. And the ion-datetime-button keeps showing the current (invalid) time.
Only by changing the time to something else, and then changing it back, will it emit the chosen value.
Expected Behavior
I should be able to select the time the time picker has preselected.
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
When using
minuteValue
forion-datetime
and the current time does not match a valid time according to theminuteValue
, the preselected time when opening theion-datetime
modal, does not emit a value. And theion-datetime-button
keeps showing the current (invalid) time.Only by changing the time to something else, and then changing it back, will it emit the chosen value.
Expected Behavior
I should be able to select the time the time picker has preselected.
Steps to Reproduce
Code Reproduction URL
https://stackblitz.com/edit/sgkfctaz-ahbwunyn?file=src%2Fapp%2Fexample.component.html
Ionic Info
Additional Information
Related to #30183
The text was updated successfully, but these errors were encountered: