When I click on the text widget, I don’t want to see the border, how can I handle this?
Hi rui,
what I do is to add a transparent shape on every step.
I call it “Text Blocker Shape -----------------------------”
Then I order it over all non interactive widgets (as text) and under all interactive ones (as buttons or inputs).
This shape must be the size of the whole step, to cover all Widgets below!
Like so:
2 Likes