vue-bulma / datepicker

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

placeholder can not be set #18

Closed altunyurt closed 7 years ago

altunyurt commented 7 years ago

The following does not set the placeholder. It's always "Pick date"

<datepicker placeholder="Tarih seçiniz" :config="config" readonly @input="input">
altunyurt commented 7 years ago

Oh seems to have already fixed :D