后端生成 json 格式串,前台根据 json 生成对应表单项, , input, textarea ,select, radio ,checkbox 之类的
这几天找了好多,比如:
https://github.com/danhunsaker/angular-dynamic-forms ,这个是 AngularJS , demo 在 IE , firefox, chrome 展示的效果都不一样, 时间选择框只有在 chrome 下正常, firefox 出不来, edge , IE 时间选择展示的很奇怪,类似 IOS 那种风格选择年月日。
https://github.com/wingspan/wingspan-forms , 这个是 react ,看了半天,不懂得怎么用
https://github.com/ismaelga/react-json-editor/ 这个也是 react ,不会用
vue.js 的动态表单,github上没找到现成的
这几天找了好多,比如:
https://github.com/danhunsaker/angular-dynamic-forms ,这个是 AngularJS , demo 在 IE , firefox, chrome 展示的效果都不一样, 时间选择框只有在 chrome 下正常, firefox 出不来, edge , IE 时间选择展示的很奇怪,类似 IOS 那种风格选择年月日。
https://github.com/wingspan/wingspan-forms , 这个是 react ,看了半天,不懂得怎么用
https://github.com/ismaelga/react-json-editor/ 这个也是 react ,不会用
vue.js 的动态表单,github上没找到现成的