vue-bulma / datepicker

Datepicker Component for Vue Bulma
MIT License
115 stars 56 forks source link

v-model's value doesn't change #44

Closed Boevsson closed 7 years ago

Boevsson commented 7 years ago

<datepicker v-model="publishedAt"></datepicker>

the value of 'publishedAt' doesn't change when date is picked

Reechee88 commented 7 years ago

any update?

luventa commented 7 years ago

fixed in v1.3.4

cashlion commented 7 years ago

I'm still having this issue with 1.3.4. The datepicker will read the initial value but it won't update it when I select a different date.

luventa commented 7 years ago

@cashlion sorry, made a stupid mistake yesterday. Now fixed. Also this a demo

cashlion commented 7 years ago

Great, thanks!