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
VDatePicker doesn't show date/calendar of a full month as expected, only MONTH and YEAR selections are generated.
Clicking on the month/year picker only changes the pending selection and no valid DATE selection can be clicked/double clicked.
Edit: It seems like this happens when vuetify3 is used instead of vuetify2.
Given the EOL of vuetify2, I would very much hope for this to be functional in vuetify3 too, thanks!
To Reproduce
Steps to reproduce the behavior:
Install trame dependencies as shown in imports in trame virtual environment
Open VSCode and run the script
Edit: This error happens when vuetify3 is in use, but not vuetify2.
See error pop up in both Chrome, Edge and Firefox browser
A calendar similar to vuetify date pickers should show up.
But instead only half the actual date picker/calendar is generated, the lower half containing days of month is missing.
Screenshots
Error happened when vuetify3 is used.
The calendar shows properly when we revert back to vuetify2 (not ideal).
Platform:
Device:
Desktop
Mobile
OS:
Windows
MacOS
Linux
Android
iOS
Browsers Affected:
Chrome
Firefox
Microsoft Edge
Safari
Opera
Brave
IE 11
The text was updated successfully, but these errors were encountered:
Thanks for sharing a full example, but from what I remember is that the JavaScript Date object does not properly serialize and information is missing when reaching python.
You can create some workaround with a variable in pure JS and another one that is Python only and then, you create some JS code to sync the 2 together.
Describe the bug
VDatePicker doesn't show date/calendar of a full month as expected, only MONTH and YEAR selections are generated.
Clicking on the month/year picker only changes the pending selection and no valid DATE selection can be clicked/double clicked.
Edit: It seems like this happens when vuetify3 is used instead of vuetify2.
Given the EOL of vuetify2, I would very much hope for this to be functional in vuetify3 too, thanks!
To Reproduce
Steps to reproduce the behavior:
Versions
trame==3.7.1
trame-vuetify==2.6.1
vuetify3
Code
Expected behavior
A calendar similar to vuetify date pickers should show up.
But instead only half the actual date picker/calendar is generated, the lower half containing days of month is missing.
Screenshots
Error happened when vuetify3 is used.
The calendar shows properly when we revert back to vuetify2 (not ideal).
Platform:
Device:
OS:
Browsers Affected:
The text was updated successfully, but these errors were encountered: