With this is now possible to extend the use cases in an easier way
Implement logic to render or hide the default fields of the form
This logic will be in a single service, useCaseService.
After the user selects a use case, the fields to be shown will be updated
Extend implementation of custom fields to sync data
Each field will automatically sync the data to the form service
After removing a field from the wizard form, they will clean they data.
Each field type has a single component to render the data (selectors, text-field, button-toggle). With this, we have have to declare the Config of the field and render it though the component
Features