Sharprompt
Sharprompt copied to clipboard
How to reset the default value to an empty string
How can you reset the default value to an empty string in the following situation?
stringInputPrompt = "I'm the default value";
stringInputPrompt = Prompt.Input
The goal is to prepopulate the value, so the user doesn't have to re-enter it each time (similar to a setup wizard).