-
Notifications
You must be signed in to change notification settings - Fork 318
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
NAS-133431 / 25.04 / Fix how dirty status is updated in controls #11308
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #11308 +/- ##
=======================================
Coverage 82.74% 82.75%
=======================================
Files 1654 1654
Lines 59129 59123 -6
Branches 6209 6208 -1
=======================================
- Hits 48926 48925 -1
+ Misses 10203 10198 -5 ☔ View full report in Codecov by Sentry. |
src/app/modules/forms/ix-forms/components/ix-input/ix-input.component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. We should confirm why the removed code was added originally and this doesn't cause any regressions.
It was my prev PR where it was added: 🙈 I checked, it all works fine. 👌 |
This PR has been merged and conversations have been locked. |
Testing: see ticket.
I've noticed that problem is only with
ix-input
all other components seems to work fine and not cause dirty: true with just being focused and not changed.So I've updated
ix-input
only.