Adds an operation that unfocuses all focusable widgets. Previously this could be done by focusing a guaranteed-to-be-missing widget Id, however having it be its own thing is more intuitive. A use case for this would be to unfocus a text_input on submit.
Adds an operation that unfocuses all focusable widgets. Previously this could be done by focusing a guaranteed-to-be-missing widget Id, however having it be its own thing is more intuitive. A use case for this would be to unfocus a
text_input
on submit.