scalable-form-platform icon indicating copy to clipboard operation
scalable-form-platform copied to clipboard

A solution for building dynamic web forms with visual editor

Results 4 scalable-form-platform issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/5925154/78583444-6e8f3680-7869-11ea-80d7-279632fcbd1e.png) 新建表单创建后,页面无响应

bug

很好的设计,迫不及待的看了下文档。 ### 问题:动态列表如何实现 比如下方的user,需要表单中可交互,编辑各项的值及列表长度(可增减列表),该列表由多个基础(甚至包含其他动态列表)控件组成。 ```js formData: { name: "", note: "good", city: "hangzhou", user: [ { nickName: '', name: '' } ] } ```

new form-core with new editor components