vue-bulma / datepicker

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

Input is lost on clicking another input element #29

Closed defiant closed 7 years ago

defiant commented 7 years ago

When another input element on the same page is updated. Datepicker component resets its value to the beginning and the value entered is lost.

defiant commented 7 years ago

Doesn't say this in docs but it looks like it needs a v-model in the component. Otherwise the value entered is lost.