vue-bulma / datepicker

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

Reset datepicker if falsy value is passed #69

Open havgry opened 7 years ago

havgry commented 7 years ago

The current behaviour is to only update the datepicker if the new value is truthy. I think it makes a lot of sense to clear the datepicker if a falsy value is passed.

s0me0ther commented 7 years ago

https://github.com/vue-bulma/datepicker/pull/55

havgry commented 7 years ago

Goddammit. I totally missed that one. I think my approach is better although the difference is negligible.

ctessier commented 7 years ago

Hi there, any idea where this PR could be merged? Thanks

havgry commented 7 years ago

Good question! It's a trivial merge. Unfortunately, it doesn't seem like @fundon nor @luventa currently have much interest in doing the basic maintenance required.

ctessier commented 6 years ago

Hi @fundon, can you please merge this PR? Thank you