Vuepic / vue3-date-time-picker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
158 stars 13 forks source link

Range enhancement proposals #93

Closed cslettengren closed 2 years ago

cslettengren commented 2 years ago

Wow, great work so far! Two enhancement proposals:

  1. Possibility to make the start date or end date in a range read-only (not changeable), so that only one of the two can be changed.
  2. Possibility to set a min-range and max-range.
Jasenkoo commented 2 years ago

Tnx, will be added

For point 2, I think minDate and maxDate would do the job?

cslettengren commented 2 years ago

Hmm, how could that do the job? For example I would like to be able to choose from all the dates of 2022 but always at least four days but eight days at the most?

Jasenkoo commented 2 years ago

Hmm, how could that do the job? For example I would like to be able to choose from all the dates of 2022 but always at least four days but eight days at the most?

Ok, I didn't understand it properly, will add it.

cslettengren commented 2 years ago

That would really be awesome!