Dynamic creation of date picker #15462
Unanswered
keyofevergreen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. There was an issue with the dynamic rendering of the date picker wrapped in a v-menu
What I want to do:
Possibility to download the report on the selected periods. Initially period one. In case more periods are needed, I click the button to draw another date picker
Problem:
The first date picker works correctly, everything is rendered
But starting from the second date pickers stop working correctly. They do not have a range selected, the data is not stored in data
I came to the conclusion that it has to do with refs. But all my attempts to rewrite the solution ended in failure.
Maybe someone has already experienced something similar? How can this be resolved?
Beta Was this translation helpful? Give feedback.
All reactions