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

0.9.1 - DateTime is better but some issue is still there #229

Closed
murbanowicz opened this issue Nov 27, 2016 · 5 comments
Closed

0.9.1 - DateTime is better but some issue is still there #229

murbanowicz opened this issue Nov 27, 2016 · 5 comments

Comments

@murbanowicz
Copy link
Contributor

DATETIME - it is better but it's not fully fixed still and I can't find root cause.
When it is rendered with property which is not defined before render, it is now responding (you can choose date and it is visible in calendar popup) and it is changing model value, but IT IS NOT CHANGING QDateTime value which keeps the same value. When I will go back from edition of element and then go to edition again, it is working properly (setting model and setting value).

There is good progress but something is still wrong. I do not blame you because almost every datetime component around has some issues. It looks like we are almost there but some small issue still exist.

@rstoenescu
Copy link
Member

Can you rephrase that pls? I don't know what you mean by "it is changing model value but not changing QDateTime". Also what is edition of element?

@murbanowicz
Copy link
Contributor Author

Sorry!

I have list of elements. Whole div with edit form is hidden with v-if="editedElement"
Quasar DateTime v-model="editedElement.someDate". Going to edition means that I am setting some element as editedElement (so then Quasar components are getting some value).

By setting model and not changing value, I mean that model is being changed - editedElement.someDate but value of the QDateTime is not being changed which is causing that it is not displayed properly.
Hope it helps?

@rstoenescu
Copy link
Member

I'm sorry but I still don't get it. Can you please make a .vue file to isolate the issue with bare minimum working code and no deps to other parts of the code? Sometimes code speaks better than words :)

@rstoenescu
Copy link
Member

@murbanowicz Any progress?

@rstoenescu
Copy link
Member

Please reopen with .vue file. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants