piotrmurach / tty-prompt

A beautiful and powerful interactive command line prompt
https://ttytoolkit.org
MIT License
1.47k stars 136 forks source link

No input for special characters in select menu filtering #87

Closed hedselu closed 6 years ago

hedselu commented 6 years ago

Describe the problem

Hi. While trying to use filter from here, there is no possibility of typing special characters like @, #, $ etc.

require 'tty-prompt'
prompt = TTY::Prompt.new
prompt.select('Filter out email:', %w[test1@mail.com test2@mail.com], filter: true)

Tested on zsh-5.3 / bash-3.2

piotrmurach commented 6 years ago

Released v0.17.1 with a fix.