cli-ux
cli-ux copied to clipboard
[prompt] Backspace is handled as character on Windows for `type: 'hide'`
When using the backspace key on Windows (Cmder, cmd.exe) for a prompt with type: 'hide' you add an additional character instead of deleting one of the masking *.
😞
Thanks for bringing this up. Looks like this is a known issue https://github.com/jdxcode/password-prompt/issues/10 which will likely require a PR to that repo.
Thanks for the pointer in the right direction. Let's hope someone can fix it over there.
Running into this issue as well. Was this ever patched in a newer version of oclif?