vue-bulma / datepicker

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

customize input class #8

Closed gyamxxx closed 7 years ago

gyamxxx commented 7 years ago

Hi, I'm sorry poor English. could you add :class attribute in these files for customizing class ?

https://github.com/vue-bulma/datepicker/blob/master/src/SingleInput.vue#L2 https://github.com/vue-bulma/datepicker/blob/master/src/WrapperInput.vue#L3

fundon commented 7 years ago

Landed in v1.2.2

Try:

<datepicker :inputClass="{ test: true }"></datepicker>
gyamxxx commented 7 years ago

thanks! good works