Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt Silent Doesn't Register Delete Key #3

Closed
LandonSchropp opened this issue May 11, 2012 · 0 comments
Closed

Prompt Silent Doesn't Register Delete Key #3

LandonSchropp opened this issue May 11, 2012 · 0 comments

Comments

@LandonSchropp
Copy link

Here's my example:

read = require('read')
read { prompt: "Password: ", silent: true }, (error, password) ->
    console.log(password)

When I enter a few characters, hit delete a few times and then reenter them, the resulting password contains all of the characters.

@isaacs isaacs closed this as completed in d746f75 May 11, 2012
isaacs referenced this issue in npm/mute-stream Jul 15, 2013
This is related to isaacs/read#3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants