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

java - unable show chart in xls document using jasper reports -

javascript - Slick Slider width recalculation -

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