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
Describe the bug
Thank you for recently adding the setDateOnMenuClose config option. It's very useful. As expected, when using date picker if nothing is typed or selected in the date picker, then closing the menu does not set modelValue. However in time-picker mode, it does set the modelValue to start-time even though no time was typed or selected. Note that start-time is still useful to display an initial value in the selector (e.g., 00:00 instead of default current time), but not expected to be used if user doesn't select it or type anything.
Describe the bug
Thank you for recently adding the
setDateOnMenuClose
config option. It's very useful. As expected, when using date picker if nothing is typed or selected in the date picker, then closing the menu does not setmodelValue
. However intime-picker
mode, it does set themodelValue
tostart-time
even though no time was typed or selected. Note thatstart-time
is still useful to display an initial value in the selector (e.g., 00:00 instead of default current time), but not expected to be used if user doesn't select it or type anything.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Neither
modelValue
nor input box should be set with value.Actual behavior
It is setting the value to the
start-time
value.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop & mobile (please complete the following information):
The text was updated successfully, but these errors were encountered: