Closed hedselu closed 6 years ago
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
Released v0.17.1 with a fix.
v0.17.1
Describe the problem
Hi. While trying to use filter from here, there is no possibility of typing special characters like @, #, $ etc.
Tested on zsh-5.3 / bash-3.2