shibayan / Sharprompt

Interactive command-line based application framework for C#
MIT License
771 stars 50 forks source link

TextSelector parameter for MultiSelect doesn't work #163

Closed yuskmr closed 3 years ago

yuskmr commented 3 years ago

TextSelector parameter for MultiSelect<T> doesn't work. One for Select<T> works well. I think this can be resolved to fix in Prompt.Basic.cs. https://github.com/shibayan/Sharprompt/blob/afaa7901571311c17e93fcbacdc61bc7381c8961/Sharprompt/Prompt.Basic.cs#L188

Thanks!

shibayan commented 3 years ago

Thanks for the report. This is obviously a bug and will be fixed soon.

shibayan commented 3 years ago

This has been fixed in v2.3.4. Thanks!