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
I am reusing instances of MultiSelectionPrompt<T>. I like that it remembers the previous item selections on consecutive calls to AnsiConsole.Prompt(myPromptInstance), but it always initializes the selected index at 0. I want it to remember the last index so that I don't have to keep arrowing back down to it.
How can I get that to persist?
The text was updated successfully, but these errors were encountered:
I am reusing instances of
MultiSelectionPrompt<T>
. I like that it remembers the previous item selections on consecutive calls toAnsiConsole.Prompt(myPromptInstance)
, but it always initializes the selected index at 0. I want it to remember the last index so that I don't have to keep arrowing back down to it.How can I get that to persist?
The text was updated successfully, but these errors were encountered: