Information
- OS: Windows
- Version: [e.g. 0.48.0]
- Terminal: Windows Terminal and cmd
AnsiConsole.Ask has problem with inputting wide characters.
Deleting will only delete half, and will result in the inability to delete the entire text in the input box.
var name = AnsiConsole.Ask<string>("What's your [green]name[/]?"); //
Console.WriteLine(name);
Expected behavior
Ability to delete text normally
Screenshots

Please upvote 👍 this issue if you are interested in it.
Information
AnsiConsole.Ask has problem with inputting wide characters.
Deleting will only delete half, and will result in the inability to delete the entire text in the input box.
Expected behavior
Ability to delete text normally
Screenshots

Please upvote 👍 this issue if you are interested in it.