laracasts / Vue-Forms

https://laracasts.com/series/learn-vue-2-step-by-step/episodes/19
396 stars 204 forks source link

Form reset , resets array to string. #15

Closed frozonfreak closed 7 years ago

frozonfreak commented 7 years ago

When form parameter has an array, form reset causes warning. this[field] = ''; resets all fields to string.

frozonfreak commented 7 years ago

Pull request https://github.com/laracasts/Vue-Forms/pull/9 Solves the problem