Angular, Directive – DOMException: Failed to execute ‘dispatchEvent’ on ‘EventTarget’: The event is already being dispatched
I am writing a directive for Input field in a .
I want to show an empty string when the value is ‘*’
The values are coming from the backend and I want to bind the value.
My directive is working fine but I am also getting exception.
Code