github charmbracelet/huh v0.6.0

13 days ago

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

Don't miss a new huh release

NewReleases is sending notifications on new releases.