iwakho
Results
3
comments of
iwakho
I'm facing the problem too...
Seems that discussed there https://github.com/charmbracelet/bubbles/pull/185 Example of fix https://github.com/charmbracelet/bubbles/pull/185#issuecomment-1970860766
I try to return old behavior like this: ```go func (m modelCard) Update(msg tea.Msg) (tea.Model, tea.Cmd) { var cmds []tea.Cmd = make([]tea.Cmd, len(m.inputs)) switch msg := msg.(type) { case tea.KeyMsg:...