Versions in this module Expand all Collapse all v0 v0.7.0 Jun 7, 2026 Changes in this version + type Model struct + BlurredStyle lipgloss.Style + FocusStyle lipgloss.Style + func New(items []string) Model + func (m *Model) Blur() + func (m *Model) Focus() tea.Cmd + func (m *Model) Focused() bool + func (m *Model) Value() string + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string