ngFormBuilder
ngFormBuilder copied to clipboard
Configure required components to include in definition
I would like to configure a set of components that are required/restricted from being removed a form definition.
We will be using the form builder in our application to allow our users to add/modify a default form we've defined. Our default form will include components we require to be present, as well as fields the user may opt to remove from their form.
Required component use cases we're solving for:
- A required component can be moved around on the form
- A required component's properties can be edited, except for the API field as that is how we map the value during submission
- A required component cannot be deleted from the form
Are there any updates or feedback I can provide on this?