scalable-form-platform
                                
                                
                                
                                    scalable-form-platform copied to clipboard
                            
                            
                            
                        A solution for building dynamic web forms with visual editor
 新建表单创建后,页面无响应
很好的设计,迫不及待的看了下文档。 ### 问题:动态列表如何实现 比如下方的user,需要表单中可交互,编辑各项的值及列表长度(可增减列表),该列表由多个基础(甚至包含其他动态列表)控件组成。 ```js formData: { name: "", note: "good", city: "hangzhou", user: [ { nickName: '', name: '' } ] } ```
new form-core with new editor components