pub fn focus_text_input( info: &InfoNode, target: Option<&Arc<dyn CustomNode>>, ) -> bool
Focuses target and clears focus from every other text input.
target
Returns whether a text input received focus.