javascript - Binding dynamic form values with vue.js -


i've built dynamic set of form inputs using vue.js, form inputs generated external list of inputs.

my problem don't see how can bind input values vue model, vue instance can access / interact form values.

i've created basic fiddle give idea here: https://jsfiddle.net/gzprj5ef/

is possible update vue instance form values?

you have remove double brackets when using v-model.

here updated jsfiddle


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -