openfext / vue-form-builder

Build powerful vue form with JSON schema and composition api.
https://openfext.github.io/vue-form-builder
MIT License
386 stars 45 forks source link

How build `Mixed input`? #15

Closed batazor closed 4 years ago

batazor commented 4 years ago

How a create https://element.eleme.io/#/en-US/component/input#mixed-input

@felixpy

felixpy commented 4 years ago

Sorry for the late response. In this case, you need to build a custom component that support v-model. @batazor