vuetify
vuetify copied to clipboard
[Bug Report][3.6.7] v-date-picker range selection when cleared doesn't start a new range
Environment
Vuetify Version: 3.6.7 Vue Version: 3.4.27 Browsers: Firefox 125.0 OS: Linux x86_64
Steps to reproduce
1 - Select the start of the range 2 - Clear the date using the clear button 3 - Select the start of the new range
Expected Behavior
On the third step should create a new range
Actual Behavior
On the third step end the range using the start range that has been cleared
Reproduction Link
It works fine in the link you provided.
It works fine in the link you provided.
My bad, I copied another link instead of :multiple="true" use multiple="range". I will edit the link