How to prevent the TreeView from always stealing input events from items?

I have a TreeView where each item has a text field in it. The issue is that when clicking on the field, the TreeView is taking the event and focusing the tree item instead of the text field

Is there any way to prevent this or work around this? I haven’t come up with anything yet.

AFAIK it’s a known bug. Issue tracker says it was fixed in 2023.1.10F1

Ahh thanks, looks like it is also fixed in 2022.3.8f1! :smile: