Is there a way to do focus such that clicking (thi...
# compose
r
Is there a way to do focus such that clicking (this is for Desktop) anywhere outside the focused element will remove it's focus? Currently that only seems to happen if I click on another focusable element. I can kind of work around it with a top level
clickable{ localFocusManager.clearFocus() }
but that is less than ideal