formio / vue

Javascript Powered forms and JSON form builder for Vue.js
MIT License
119 stars 65 forks source link

Data binding #20

Closed Bdestasio33 closed 8 months ago

Bdestasio33 commented 5 years ago

How is the data bound in the form. Specifically is it two way and reactive. Does changing field inputs update the form automatically?

goatandsheep commented 5 years ago

Just listen for the submit event. Not using 2-way binding is better for accessibility, speed, and more.

goatandsheep commented 5 years ago

It looks like it should be reactive

jeriah-formio commented 8 months ago

We're currently addressing a backlog of GitHub issues. Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!