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
In order to get the text for the input field you can do something like below: var searchValue = this.getInput('INPUT').fieldRow[0].getValue();
If you have any more questions please ask them on the forum. This keeps our github issues clean and gives you a chance to get help from other developers.
Thanks!
I want to build a block that searches in a list the input text value ad display the results in the dropdown dynamically (using blockly).
This is what I am building but I am not able to get and use the text input value:
It works as if the input text field was not defined.
The text was updated successfully, but these errors were encountered: