formly-js / angular-formly-website

The website for angular-formly
http://angular-formly.com
18 stars 26 forks source link

Update a repeating section field on change of form field #97

Open parul1288 opened 8 years ago

parul1288 commented 8 years ago

Hi,

I have a form with a repeating section consisting of three fields - components, component_branch and certification_branch. I want to update the value of component (select field) on change of a form field - base_release_version (select field). I am able to get the cascading select effect on another form field, os (select field) but I cannot get the change reciprocated inside a repeating section field. How should I do this.