Override default behaviour of GroupFocus

Is it possible to prevent the default behavior of group focus, where clicking anywhere on screen hides it.
Basically, I want a group focus which needs to be visible all the time.

Thanks,
Ram.

This is possible, but very long-winded and I wasn’t hugely impressed with the results.

My preference now is to instead use nested groups, where the parent is set to a fixed height/width with overflow:visible.

Adjusting the height or width of the nested groups will give you what you’re looking for, be that a menu dropdown or similar, and it’s much more stable than going to great lengths to adjust group focus behaviour.

Try to add an input element make it 1:1 px and make it always focus. This might work but you have to give it a shot

Cheers!

This topic was automatically closed after 70 days. New replies are no longer allowed.