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
I would like to show the picker when using <v-date-input readonly ... />.
Background:
I'm showing a range of dates (several days in a range, multiple="range") and I would like the user to click on the VDateInput and being able to see the selected days in the calender (picker) without being able to change it (readonly).
Proposed solution
A property like show-picker-when-readonly (or disable-picker/readonly-picker) or allow the picker to be shown even when the value is readonly.