Closed frozonfreak closed 7 years ago
When form parameter has an array, form reset causes warning. this[field] = ''; resets all fields to string.
this[field] = '';
Pull request https://github.com/laracasts/Vue-Forms/pull/9 Solves the problem
When form parameter has an array, form reset causes warning.
this[field] = '';
resets all fields to string.