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 the mode="datetime" and the v-model is null, when selecting a date in the date tab the modal closes and doesn't allow to select a time. If the v-model exists the behaviour is as expected.
You can check this on the demo page clearing the value of any datetime datepicker and trying to set a date with time.
This is the correct behaviour:
--
This is the wrong one (note the null model):
The gifs were made on the demo page using Chrome Version 77.0.3865.90
The text was updated successfully, but these errors were encountered:
I really don't know what is happening.:
the QPopupProxy didn't had a value, so i need to call the show and hide methods manually.
but in the above example, the QPopupProxy gets closed even without call the hide method.
When using the
mode="datetime"
and thev-model
isnull
, when selecting adate
in the date tab the modal closes and doesn't allow to select atime
. If thev-model
exists the behaviour is as expected.You can check this on the demo page clearing the value of any
datetime
datepicker and trying to set a date with time.This is the correct behaviour:
--
This is the wrong one (note the
null
model):The gifs were made on the demo page using Chrome Version 77.0.3865.90
The text was updated successfully, but these errors were encountered: