vue-bulma / slider

Slider Compoent for Vue Bulma
MIT License
10 stars 17 forks source link

Change event called twice when setting value prop #4

Closed cloud-tribal closed 7 years ago

cloud-tribal commented 7 years ago

This is easily reproduceable. Whenever you set the value from parent (e.g vuex) @change, the change event gets called twice.

1- @change parent handler assigns new value prop, which triggers realValue change 2- v-model in child sets realValue as well

How do I fix this ?

luventa commented 7 years ago

Thanks! Fixed.