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 + Invalid bool + func New(text string) Model + func (m *Model) Blur() + func (m *Model) Focus() tea.Cmd + func (m *Model) Focused() bool + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string + type Pressed bool