I created a demo on stackblitz that can be viewed at this link.
The demo focuses on email validation, however there seems to be a bug in the code related to the error message stating "Invalid email ID". This error message is still displayed even after removing invalid emails from the list.
How can I resolve this issue so that:
If there is an invalid chip element in the listing => the error message should appear If there are only valid emails in the listing => the error message should not appear