oclif/cli-ux

[prompt] Backspace is handled as character on Windows for `type: 'hide'`

Opened this issue · 3 comments

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 jdx/password-prompt#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?