Add delay for module

Hi,

I can't find the answer to my question, even if this topic is quite close but not efficient : Add search query delay

I have a module with a table displaying data from a REST API. In my app i have a search input that is connected to a "filters" property of my module.

When i enter a search term in the input, the module begins automatically the search, even if i haven't finish the search term. Is ther a mean to delay this ? or add an event handler on the module itself ?
My properties are not displayed when i try to find a "setvalue" function for my module, maybe that function doesn't exist.

thanks

the text input should have a validation property you might be able to use for a quick fix:

image

hi,

Could be an idea but i have many inputs and filters.

i solve it by a transformer which send all the changes on a click

thanks

1 Like