Text-input trigger issue

Hi all,
I added a text-input and I wanted to change the trigger event to submit. It looks even if i add only submit event for trigger, it use change as well.

Hi @Ferenc,

Thanks for reaching out

:thinking: It shouldn't trigger on change unless you specify that event type.

One way this could happen is if you have an "Automatic" query that references the text input's value:

To resolve this, you'd need to change the query's run behavior to Manual. If you need it to run on page load, you could go to the Advanced tab of the query and check on "Run this query on page load"

If that isn't what's happening in your app, it would be helpful to check the debug console to see why the query is being triggered: