You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In our test codes, we call setValue to assign text value for the control, event "LiveChange" of sap.m.Input control is not triggered, the function of handling the event is not executed.
To Reproduce
Steps to reproduce the behavior:
1 Find the sap.m.Input control by selector, and call .setValue("textValue") to assign value for this control
2 LiveChange event of the Input control is not triggered, the function of handling the event is not executed.
Expected behavior
The event "LiveChange" of the Input control is triggered, and event handling function is executed
Screenshots
Runtime Env (please complete the following information):
wdi5/wdio-ui5-service-version: 1.5.1
node-version (output of node --version): 18.15.0
The text was updated successfully, but these errors were encountered:
Describe the bug
In our test codes, we call setValue to assign text value for the control, event "LiveChange" of sap.m.Input control is not triggered, the function of handling the event is not executed.
To Reproduce
Steps to reproduce the behavior:
1 Find the sap.m.Input control by selector, and call .setValue("textValue") to assign value for this control
2 LiveChange event of the Input control is not triggered, the function of handling the event is not executed.
Expected behavior
The event "LiveChange" of the Input control is triggered, and event handling function is executed
Screenshots
Runtime Env (please complete the following information):
wdi5/wdio-ui5-service
-version: 1.5.1node
-version (output ofnode --version
): 18.15.0The text was updated successfully, but these errors were encountered: