Open tamasgt opened 2 years ago
I was able to reproduce on my end, thanks for the report. If you get a chance to take a look at submitting a PR with a fix I'd be happy to review too
Thank you, unfortunately Spectre.console is new to me to do right PR. But I checked, I think that's the problem. In ListPrompt
this issue still exists. I modified some code in ListPrompt.cs
, and it seems to run fine.
public async Task<ListPromptState<T>> Show(
...
using (new RenderHookScope(_console, hook))
...
//hook.Refresh();
Hello,
Information
Describe the bug If there is one choice and the title is off, the output is bad.
To Reproduce
Screenshots
Tamas
Please upvote :+1: this issue if you are interested in it.