mariomka / vue-datetime

Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
http://mariomka.github.io/vue-datetime
MIT License
987 stars 246 forks source link

min-datetime should update datetime #249

Open Herz3h opened 3 years ago

Herz3h commented 3 years ago

Versions

Description:

If you update min-datetime it should set the datetime to at least the min-datetime if it is set earlier.

Steps To Reproduce:

Set date to: 2021-01-26T07:57:38Z Set min-datetime to: 2021-00-01T07:57:38Z

This should update datetime to 2021-00-01T07:57:38Z instead of leaving the previous value set.

https://jsfiddle.net/k739w15p/2/