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
if using Date Time in Datepicker in range mode. When you change any of the dates the times auto sets the time to to 12:00. Can this be made to not adjust times unless by the user?
What browsers are you seeing the problem on?
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
After an investigation on our part, I don't think this behavior is necessarily a bug. When working in single mode, we essentially only update part of the DateTime value, ie. date or time.
But in range mode, every time you make a selection, the range array restarts with the new datetime values without any reference to the previously selected values.
Blazorise Version
1.3.1
What Blazorise provider are you running on?
Bootstrap4
Link to minimal reproduction, or a simple code snippet
Steps to reproduce
https://gyazo.com/5f165711dc278b611b86df738ae24421
What is expected?
Date Picker in single mode not changing time
https://gyazo.com/1e39d2793b79eb92abdf5a4a947c3c6c
What is actually happening?
if using Date Time in Datepicker in range mode. When you change any of the dates the times auto sets the time to to 12:00. Can this be made to not adjust times unless by the user?
What browsers are you seeing the problem on?
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: