bubble-table icon indicating copy to clipboard operation
bubble-table copied to clipboard

filtering is quitting when entered `q`

Open ganesh-getweave opened this issue 1 year ago • 1 comments

when the filter is on and entered q its quitting

ganesh-getweave avatar Nov 26 '24 17:11 ganesh-getweave

this is expected, as when the filter is on (no more focused), the keys will impact the table (so hitting q will quit, esc will clear the filter, etc.) if you wish to avoid it, you'll need to override the behaviour in your func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) function.

aayoubi avatar Apr 23 '25 13:04 aayoubi

This isn't inherent to the library, but the basic filter example was indeed broken in this way. Fixed, belatedly!

Evertras avatar Sep 02 '25 17:09 Evertras