Hi everyone! I have a problem. I'll explain.
I have a Textfield type widget, in which after inserting 4 characters I start an API Call, the result of which will populate the autocomplete that I then want to use. Now what's the problem? The call is successful, the autocomplete options are populated correctly but they are not shown to me immediately, but only if I click on the textfield itself. I wouldn't want this, but I would like to see the autocomplete options right away. I thought about inserting a trigger action that would trigger the submission of the widget but I can't figure out how to do it. Can you help me?