shibayan / Sharprompt

Interactive command-line based application framework for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextSelector parameter for MultiSelect doesn't work

yuskmr opened this issue · comments

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.

TextSelector = x => x.ToString()

Thanks!

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

This has been fixed in v2.3.4. Thanks!