diff --git a/list/list.go b/list/list.go index 9b03bfd1..86099832 100644 --- a/list/list.go +++ b/list/list.go @@ -135,6 +135,7 @@ type Model struct { // Key mappings for navigating the list. KeyMap KeyMap + // Filter used to filter the list. Filter FilterFunc disableQuitKeybindings bool