-
Notifications
You must be signed in to change notification settings - Fork 102
Selected date on minDate config change should be set on minDate value #107
Comments
i was able to reproduce the issue with plain js version. You should report this to parent library instead. |
thanks - i did: flatpickr/flatpickr#1500 lets see what happens :) |
@ankurk91 Colud you take a look at flatpickr/flatpickr#1500 (comment) Is it reasonable to add like a |
Doing this already vue-flatpickr-component/src/component.vue Line 145 in 41cbb66
It means you need to update v-model rather then |
@thepill |
@thepill please see update fiddle - |
@ankurk91 seems to work 👍 |
Tell about your platform
Current behavior
When updating the config with a new
minDate
, the selected date gets erased.Expected behavior
When updating the config with a new
minDate
, the selected date should be updated to the newminDate
valueMinimal reproduction of the problem with instructions
https://jsfiddle.net/qeLwag08/4/
Click on
update min-date
The text was updated successfully, but these errors were encountered: