-
Notifications
You must be signed in to change notification settings - Fork 39
Material Form Builder #24
Comments
It would require some work to build out the shims for the builder, but yes, it could be done. Something like this may require either community support or sponsorship for the Form.io team to develop this capability. |
Hi @travist Could you please provide me guidelines on how I can implement the Material form builder? Would it be something similar with the renderer or no? Thanks, |
I faced the same need. Could anyone help with implementation? Any advice is welome |
I faced the same need. |
1 similar comment
I faced the same need. |
is there any update on the form builder |
We do not have any current plans to build out this feature. It would be great if the community would assist in this endeavor. |
@travist Any suggestions on what the best approach would be to get started on this? |
@JRiggenbach if you are looking to contribute the resolution of this, then the best place to start is to first dive into this code to understand how this library overrides the view for the form renderer and then apply that same process to override the view rendering of the form builder (by overriding the |
This worked for me The form-builder is now working as expected in my angular mat project |
Did someone manage to implement form builder with material controls?. Or maybe some more details from you @travist?, how could this be achived based on actual code. It would be huge help for those who want to do that. |
Would it be possible to use https://github.com/formio/angular-material-formio to create form builder? If yes could you please provide some example . I tried below code but throwing exception.
<form-builder [form]="{
components: []
}">
Got it from here https://github.com/formio/angular-formio/wiki/Form-Builder
The text was updated successfully, but these errors were encountered: