You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The select feature does not work on windows + bash terminal. When you try to navigate using arrow keys, the hint disappears and it doesn't let you move. When you press enter it selects the first option only.
Steps to reproduce the problem
Here is my code:
require"tty-prompt"prompt=TTY::Prompt.newprompt.select("Choose your destiny?",%w(ScorpionKanoJax))
I installed this package with gem install tty-prompt
Actual behaviour
It didn't let me move and by default selected option 1.
Expected behaviour
I expected it to allow me to move normally and only select the option i hovered on.
Describe the problem
The
select
feature does not work on windows + bash terminal. When you try to navigate using arrow keys, the hint disappears and it doesn't let you move. When you press enter it selects the first option only.Steps to reproduce the problem
Here is my code:
I installed this package with
gem install tty-prompt
Actual behaviour
It didn't let me move and by default selected option 1.
Expected behaviour
I expected it to allow me to move normally and only select the option i hovered on.
Describe your environment
The text was updated successfully, but these errors were encountered: