I have developed a dynamic set of form inputs utilizing vue.js
, where the form inputs are generated from an external list of inputs.
My challenge lies in figuring out how to bind the input values back to the vue model, enabling the vue instance to access and interact with the form values.
To help illustrate my issue, I've put together a simple fiddle which you can view here: https://jsfiddle.net/gzprj5ef/
I am wondering if there is a way to update the vue instance with the values entered in the form?