Replies: 1 comment
|
It supports backspace. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone! Recently I forked a project called NUKE, and in my efforts to upgrade the dependencies of it I came across the fact that it uses an unmaintained fork of Spectre.Console that is 3 years out of date, for one specific change. The other commits unique to this fork are infrastructure related (i.e. touching up workflows to work in their own repository).
I checked the code that this file touches and the code nowadays doesn't seem to have anything like this, so that tells me this never got upstreamed. Does anyone know if the modern TextPrompt handles
Home,End,Delete,Backspaceand arrow keys?All reactions