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
When submitting a question of type 'list' both the message and the choices don't wrap properly when changing the size of the terminal. This is not happening for other type of questions. For example: 'input' question.
When submitting a question of type 'list' both the message and the choices don't wrap properly when changing the size of the terminal. This is not happening for other type of questions. For example: 'input' question.
Choices are fixed by setting wrap_lines=True in the ConditionalContainer:
https://github.com/CITGuru/PyInquirer/blob/master/PyInquirer/prompts/list.py#L134
The text was updated successfully, but these errors were encountered: