Java script call through "Expression Widget" does not work on focusing a "TextBox Widget" in ThingWorx
Betrifft
- ThingWorx Platform 8.4 F000 to 9.1 F000
Beschreibung
- Java script call through Expression Widget does not work on focusing a TextBox Widget
- On binding a Button Widget Clicked event to Expression Evaluate, the below JQuery input in Expression works with Thingworx 8.3 but Thingworx 8.4, 8.5 does not support this Expression call
$('[id*=textbox-X]').find("input").focus();
- The Expression does not focus the TextBox when clicking on the Button Widget