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