glink/use_focus
Types
Values
pub fn auto_focus(auto_focus: Bool) -> Input
Auto focus this component, if there’s no active (focused) component right now.
pub fn id(id: Int) -> Input
Assign an ID to this component, so it can be programmatically focused with focus(id)
.