DesignRevision / shards-vue

🌟Shards Vue is a free, beautiful and modern Vue.js UI kit based on Shards.
https://designrevision.com/docs/shards-vue/
MIT License
393 stars 40 forks source link

fix(d-form-textarea): add the 'value' prop #21

Open BenoitZugmeyer opened 5 years ago

BenoitZugmeyer commented 5 years ago

Passing a value prop to the FormTextarea didn't do anything for two reasons:

Using a v-model on the textarea simplifies the code a bit by sending and updating localValue at the same time.

PS - I read the contributing guidelines after making a fix for this issue, that's why I didn't take time to discuss about it first. Of course, we can still discuss this, and feel free to discard the PR completely.