Closed Ariex closed 12 months ago
Also doesn't work for VDialog, and min as a string: reproduction link
odd thing is it works for me in my own repo where I'm pretty much using it in this exact way, but when I tried to reproduce it in the playground, I get the same error.
This is working as expected as of the latest version.
If you have any questions, please reach out to us in our Discord community.
Environment
Vuetify Version: 3.3.14 Vue Version: 3.3.4 Browsers: Edge 116.0.1938.54 OS: Windows 10
Steps to reproduce
getTime()
Expected Behavior
datepicker should works in the same way wherever it been used
Actual Behavior
date picker behave different when it inside of menu
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
As you can see, those are 2 identical date picker, the standalone one works all good with min prop set as a date object, but once it moved inside of menu it won't work, it asking for numbers for min, which is same as version 3.3.11, and even you give it a number it still does not working as before.