Hello Sander Rijnja,
1. Please check if any MF/Nanoflow being triggered on input.
2.Check a refresh of the DataGrid or any container.
3.Any custom widget interfering with input behaviour.
Hello Sander,
You can try setting refresh timings for your filters by opening filter properties as below.
Let's say if I want to set refresh for text filter (for specific column or field) in Datagrid2,
1) I can simply right click on filter (example text filter) and Open Properties then,
2) modify On Change Behavior (Apply after milliseconds) to 10000 or empty (if undefined).
This way I think it should allow you more time before refreshing it.
Hope this helps.
Thanks.