-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report][3.4.0] Problem displaying <v-date-picker>, it does not appear by default on the allowed dates #18672
Comments
The problem seems to be with the date format you passed. It is invalid. It works when i pass the valid date like below - Invalid - Here is the working example |
Thanks for your response, but in my environment it doesn't work, since the data comes from an API. I'll try to explain it: datePicker is initialized as Then, the data coming from the API is loaded. At that time when is initialized to the current month instead of the selected month based on the v-model date. |
Here is an example of how to do it: If you have any questions, please reach out to us in our Discord community. |
Sorry to insist on this topic, but I think it is a bug, the component is not displayed correctly. I pass the link to play it, if you press the button you will see that the calendar appears, it is not displayed in the month of December, as expected, thank you: I clarify that it is also happening in version 3.4.1 |
Addressed in 6901d24 |
This problem had been resolved in 3.4.3, but reappeared in 3.4.8 and is maintained in subsequent versions. |
Environment
Vuetify Version: 3.4.0
Vue Version: 3.3.8
Browsers: Chrome 119.0.0.0
OS: Windows 10, Windows
Steps to reproduce
Just view the sample example
Expected Behavior
In the example it appears in the month of November.
Actual Behavior
I hope it appears in December, since there are no dates available in November, and also the date initially selected is also in that month.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: