Option text wrapping for SelectionPrompt<T>
and MultiSelectionPrompt<T>
#1577
Labels
SelectionPrompt<T>
and MultiSelectionPrompt<T>
#1577
Is your feature request related to a problem? Please describe.
When using
SelectionPrompt<T>
orMultiSelectionPrompt<T>
, I sometimes use longer strings, that either wrap or have multiple lines. IMO, these two prompts look bad when one option has to be wrapped to a new line.Describe the solution you'd like
Properly wrapping option text. So, instead of just wrapping it to a new line, make sure the left position will remain the same as in the beginning. (you can see what I mean on the screenshot of the PR)
Describe alternatives you've considered
I have no idea about any alternative as it's just a detail.
I've created a simple PR for this issue. #1578
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: