vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.86k stars 6.97k forks source link

[Bug Report][3.6.8] V Date Input max attribute incorrect work #20258

Open DrigaNicolai opened 3 months ago

DrigaNicolai commented 3 months ago

Environment

Vuetify Version: 3.6.8 Vue Version: 3.4.21 Browsers: Chrome 127.0.0.0 OS: Windows 10

Steps to reproduce

  1. Add v-date-input field
  2. Set max attribute value

Expected Behavior

Max attribute works as it expected

Actual Behavior

If the maximum date is some date from the month of October, it is not possible to switch arrows to that month

Reproduction Link

https://play.vuetifyjs.com/#...

ogzcode commented 2 months ago

@DrigaNicolai

Hello, I reviewed the code and I did not see any problems. The code works fine as it should.

If you look at the doc page you will see that it works as expected.

If you share your error more specifically, I can help.

Please check this issue and close it if the answer is correct. Have a nice day

@johnleider @KaelWD @MajesticPotatoe

xueqino1 commented 1 month ago

same issue, when set max="2010-10-10" , it works, but when you set it to variable or function , like :max="maxDate", it doesn't work