formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.22k stars 405 forks source link

bug(formly-form): validateOnModelChange not firing with repeat-section #594

Open immortalcy opened 8 years ago

immortalcy commented 8 years ago

I just felt like creating a new issue since issue #523 is not about this problem.

The bug basically is that you are not able to use validateOnModelChange with repeat section. Unfortunately, older version 7.1.2, is not working as well. This can be confirmed on this question as well.

benoror commented 8 years ago

Do you mind creating an example of what you're trying to accomplish? Please follow the instructions here: http://help.angular-formly.com

immortalcy commented 8 years ago

I have already created one.. the non working example is on the stackoverflow question. here is the link here as well: https://jsbin.com/mekeca/edit?js,output

kentcdodds commented 8 years ago

New release is out. But I guess it doesn't fix this issue still exists.