It would be useful to be able to remove focus from a Focusable. A simple use case would be to remove focus from a Button or some custom widget when it get hidden.
The currently work around is to remove Focusable component (and also Focused if there is one) and readd when entity is visible again.
It would be useful to be able to remove focus from a
Focusable. A simple use case would be to remove focus from aButtonor some custom widget when it get hidden.The currently work around is to remove
Focusablecomponent (and alsoFocusedif there is one) and readd when entity is visible again.