guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema
MIT License
483 stars 173 forks source link

are dependent fields in JSON schema supported ? #451

Open krishna217 opened 1 year ago

krishna217 commented 1 year ago

@daniele-pecora Do this library support dependent fields in JSON schema ?

daniele-pecora commented 1 year ago

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.

krishna217 commented 1 year ago

thanks for the quick check