Daniele Pecora
Daniele Pecora
@sjjk001 What about `bindings` or `validator` (see doc for details) ?
Could you provide an example at https://stackblitz.com/ ?
Consider creating a custom UI Widget Library. ngx-schema-form has support to use a complete customized UI Widget Library. Here is an example using the Angular Material components: DEMO: https://ngx-schema-form-material.web.app/ Try...
This should be easy to achieve. Your may define/override custom buttons in your WidgetRegistry. See README section "Render buttons"
You can do this by using "Custom Bindings" as described in [README.MD](https://github.com/guillotinaweb/ngx-schema-form#custom-bindings). Example on stackblitz: https://stackblitz.com/edit/schema-form-primeng-update-required-state
Hi I just built an example at Stackblitz: https://stackblitz.com/edit/ngx-schema-form-template-dependentrequired?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fmyform%2Fschema-form.json As you can see it is unfortunately not supported for now.