Closed yuskmr closed 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
MultiSelect<T>
Select<T>
Thanks!
Thanks for the report. This is obviously a bug and will be fixed soon.
This has been fixed in v2.3.4. Thanks!
v2.3.4
TextSelector parameter for
MultiSelect<T>
doesn't work. One forSelect<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#L188Thanks!