Using ContextMenu with TextSwitch in ListView
So i have a simple ListView, and i if i use Label as delegate i can use ContextMenu with it. But when i try to use TextSwitch with ContextMenu, ContextMenu does not work. Click is reserved for TextSwitch toggle. I tried to check automaticCheck to false and it is not working.
So, it is possible to combine TextSwitch with ContextMenu?
All best