damienroche / vue-mj-daterangepicker

🗓Vue.js date range picker with multiples ranges and presets (vue 2.x)
https://damienroche.github.io/vue-mj-daterangepicker/
60 stars 39 forks source link

added click handler for presets buttons #20

Closed Horsetoast closed 4 years ago

Horsetoast commented 4 years ago

11

Looks like pug has some problem binding v-model with radio inputs, because it only works if you provide "id" on inputs, but then it behaves buggy. Adding a click handler on the preset div makes this work properly with multiple instances of vue-mj-daterangepicker.