onChange event not fired on Controlled input in Angular 5 #2319
Labels
AREA: client
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: automations
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
Using action.type not fire onChange event when used on controlled input in Angular5
What is the expected behavior?
onChange resp. "(change)" event is fired no matter if it is controlled or non-controlled (with binded [value] property) input
How would you reproduce the current behavior (if this is a bug)?
Create input with binded value which updates its value in onInput event. See example at:
https://stackblitz.com/edit/testcafe-and-angular-controlled-componenet-issue
Provide the test code and the tested page URL (if applicable)
Tested page URL:
https://testcafe-and-angular-controlled-componenet-issue.stackblitz.io
Test code
Specify your
The text was updated successfully, but these errors were encountered: