spectreconsole / spectre.console

A .NET library that makes it easier to create beautiful console applications.
https://spectreconsole.net
MIT License
8.92k stars 454 forks source link

Allow option to clear text after textprompt is answered #1511

Open BlackBearFTW opened 2 months ago

BlackBearFTW commented 2 months ago

Is your feature request related to a problem? Please describe. I want to be able to remove prompts after they have been answered, this would match the style of the SelectionPrompt, seeing as that disappears after a choice is made.

Describe the solution you'd like A clear and concise description of what you want to happen.

an addition property or method on the textPrompt hideAfterAnswer

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Working with console.writeline to place spaces in the console.


Please upvote :+1: this issue if you are interested in it.