-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(form-core): listen to array onChange events #1241
fix(form-core): listen to array onChange events #1241
Conversation
…itional args passed to form
View your CI Pipeline Execution ↗ for commit 56a0918.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1241 +/- ##
==========================================
+ Coverage 88.73% 88.81% +0.07%
==========================================
Files 28 28
Lines 1261 1269 +8
Branches 331 330 -1
==========================================
+ Hits 1119 1127 +8
Misses 127 127
Partials 15 15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
febdc46
to
ab151ec
Compare
@pavle99 looks good! Thanks for the contribution... and fixing my mistake 🙃. Just hang tight for a bit and I'll merge it once I get a chance to double check it all 🤟 |
@pavle99 Thanks for the contribution! |
Listen to array field events
Closes #1226