You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github-tools.github.io/github-release-notes/)
[](https://github-tools.github.io/github-release-notes/)
`el-form-renderer` is based on [element-ui](https://github.com/ElemeFE/element), but not limited [element-ui](https://github.com/ElemeFE/element) components. On the basis of completely inheriting the form attribute of element-ui, extension is made. Some non-form components or custom components, such as picture uploading and rich text editor, can also be integrated, thus, users can render a complete form by using a piece of json.
29
32
30
-
**WHY**
33
+
### WHY
31
34
32
35
In our daily development, there are lots page with form, and usually the form structure is similar, the logic is repeated. el-form-renderer does not have complicated logic. It only convert JSON to render form item, save time and energy to write business logic, and reduce duplicate code.
33
36
@@ -39,15 +42,16 @@ In our daily development, there are lots page with form, and usually the form st
39
42
* Support setOptions method, dynamically change select options
40
43
* Content support `inputFormat` , `outputFormat` , `trim` to process component's input and output values
0 commit comments