openfext/vue-form-builder

The HTML tag generated by the component contains unnecessary attributes

felixpy opened this issue · 1 comments

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>

fixed: 41af250