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

The HTML tag generated by the component contains unnecessary attributes #3

Closed felixpy closed 5 years ago

felixpy commented 5 years ago

As shown in the code below, the item attribute is unnecessary:

<div class="el-select el-select--medium" name="tag" multiple="multiple" items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]">
<!-- elements -->
</div>
felixpy commented 5 years ago

fixed: 41af250a69782b7aca37e72f2636dd8ec5722800