sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

v-model "value" undefined #106

Closed RyeBot33 closed 3 years ago

RyeBot33 commented 3 years ago

Trying to get the actual values from the input types of the form. Looking through the code it should run updateValue($event.target.value) from the CONTROL_FIELD_EXTEND_MIXIN but in the Vue devtools "value" stays undefined. Any ideas?