Unplanned
Last Updated: 21 Apr 2021 07:55 by ADMIN
Richard
Created on: 21 Apr 2021 07:55
Type: Bug Report
3
Angular select action does not trigger OnInput event

Currently we have an Angular select control and we are experiencing troubles with the automation. The value is visibly selected but it is not used further in the application. It appears that the "OnInput" event is not triggered during the selection.

We have found a workaround, which is to trigger that event in a coded step:

// This is necessary to trigger event listener
SelectList.InvokeEvent(ScriptEventType.OnInput);
0 comments