Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date tab does not switch to time tab when model is not set #46

Open
Narmer23 opened this issue Sep 26, 2019 · 2 comments
Open

Date tab does not switch to time tab when model is not set #46

Narmer23 opened this issue Sep 26, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Narmer23
Copy link

Narmer23 commented Sep 26, 2019

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:
correct

--
This is the wrong one (note the null model):
wrong

The gifs were made on the demo page using Chrome Version 77.0.3865.90

@TobyMosque TobyMosque added the bug Something isn't working label Sep 26, 2019
@TobyMosque TobyMosque self-assigned this Sep 26, 2019
@TobyMosque
Copy link
Owner

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.

PopupStrangeBehavior.mp4

@Narmer23
Copy link
Author

Narmer23 commented Oct 7, 2019

Mmmh, it really is weird... Maybe someone at Quasar can understand what's happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants