Just focus
This release features automatic window focus events support for the Input
and Text
components.
Note that if you're using Huh in a larger Bubble Tea program you’ll need WithReportFocus
to enable focus events.
p := tea.NewProgram(model{}, tea.WithReportFocus())
Happy focusing!
Changelog
New!
Full Changelog: v0.5.3...v0.6.0