[BUG] Perspective table rendering issue

Ignition version 8.1.47

Hey, I got a weird on for you guys. I ran into a rendering bug with the perspectie table when filtering.

Probably best to let the video speak for itself.
msedge_vBdKydJS8q

So I have this table that is bound to a named query. The filter property is enabled and the style is set to display: none so I can use a custom text field to apply the filter via a binding on the props.filter.text property of the table.

For some reason when inputting certain 2 letters the rendering buggs out every 2nd attempt, as shown in the video.

Note that virtualization is on and this is most likely a bug with virtualization. Some limited testing showed with virtualization off, this doesnt happen. Unfortunately the table is quuite big so turning that off is not an option.

Also worth noting is that I tested with inputting the same 2 letters directly into the table standard filter field an this bug is not present.
msedge_dIYf6rgZ0G

Any help is appreciated... cus at this point I have no clue what else I can do.

I noticed that your other input field updated after you clicked on the table filter field, and then it did not reflect the same characters you entered thereafter. Something seems amiss…
Can you try removing your existing binding which connects the two, then add a bidirectional property binding on your custom field, which binds to the property in the table filter?

Unfortunately that did not work, thanks for the suggestion though.

Here is the screen recording of the bidirectional binding attempt:
msedge_NIKzWwF8at