When I remove a form control from my form, it causes the form to always be invalid.
However, if I delete a character from another input field and then add the same character back in (to trigger a change event), the form becomes valid as expected.
Is there a way to refresh the form after deleting a form control?
Thank you in advance!