ankurk91 / vue-bootstrap-datetimepicker

Vue.js component for eonasdan bootstrap datetimepicker
MIT License
223 stars 66 forks source link

linked picker: config not updated #21

Closed gitcoffee closed 6 years ago

gitcoffee commented 6 years ago

update minDate via "methods or computed" from config.minDate NO update!?

ankurk91 commented 6 years ago

Does it helps?

https://github.com/ankurk91/vue-bootstrap-datetimepicker/blob/dadb3b7492cb0b087091537409d3d01731bcf1fe/examples/App.vue#L234-L238

kamilzmijowski commented 6 years ago

Hi I have same problem. When i'm updating settings by this.$set(this.endRange, 'minDate', $event.date); that get no result in ui. Vue isn't updating module interface.

Config data are updating in component -> minDate, maxDate You can see that when open this example: https://jsfiddle.net/kamil_zmijowski/zupazg2u/157/

Please respond to my by quickly as you can as do that :)

ankurk91 commented 6 years ago

Checkout this example: https://jsfiddle.net/w99v77k4/1/