openfext / vue-form-builder

Build powerful vue form with JSON schema and composition api.

Home Page:https://openfext.github.io/vue-form-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The HTML tag generated by the component contains unnecessary attributes

felixpy opened this issue · 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>