AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.08k stars 351 forks source link

Multiple select duplicates question (with .gif) #266

Closed rafatrace closed 4 years ago

rafatrace commented 4 years ago

I noticed for some reason MultipleSelect duplicates the questions when using the arrows, as the GIF above shows it. But as far as I noticed, is just a OSX problem, on Windows 10 was working ok.

AlecAivazis commented 4 years ago

hey @rafamrs I'm sorry you're running into this bug.

I'm curious if your terminal width is thinner than the prompt? If so, this is a known bug (#101)

rafatrace commented 4 years ago

Yes it is, I tested with a larger on and it worked ok :)