I have input field where I am searching for clients. After clicking the field, even starting writing Group focus connected to this field should be visible. Sadly it is not.
Input field is clicked → focused
When input field is focused, small rectangle (Shape B) shows up
I think you’re making it more complicated than you need to and don’t even need shape B.
Have you tried this:
Put your input field in a group, then just have a workflow that says “When group is clicked show groupfcous”.
Glad it worked out.
BTW, that technique you were trying with Shape B is only needed when you are looking to show a group focus with hover. The reason is that there is no condition to show a GF when something else is hovered.