When trying to type into the filter I can't write a space separate word. The space is swallowed, i.e: ``` Key::Char(' ') => { self.input.delete_left(); None } ``` This could be configurable, no?