Database search filter reset causing cancelled trigger events

Windows 10, Wappler 4.0.5, Nodejs

I have a Bootstrap 5 generated table listing menu items from a database, with filters above it
The category filter drop down is a list of categories linked in as a foreign table
The description filter is just a search that ends up as a WHERE clause with a “contains”

The reset button basically initialises both filters to their start states, and should re-populate the table with all results.
The reset button does NOT have a dynamic event reloading the server connect that populates the table as this seems to cause more cancelled events than I get now.

Even without the reset not having a dynamic event I still seem to be experiencing cancelled events
Note: the resetting of ONLY the dropdown does not trigger the repopulation of the table, this is easily fixed by adding a dynamic event to the reset button

Note: the resetting of ONLY the description does trigger the repopulation of the table

The problem is when the reset is resetting the dropdown, and the description as this seems to cause a cancelled event, is this something to be concerned about?

It seems to me that I am getting multiple triggers in quick succession on the same server connect reloading the table and the 2nd trigger cancelling the 1st trigger

How do I stop cancelled events?

Community Page
Last updated: