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 - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -