-
Notifications
You must be signed in to change notification settings - Fork 144
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
Password prompt freezes program when a long password is entered #270
Comments
Tested on Windows and Linux, 1 571 chars and more - UI responsive as usual. |
Is anyone else able to test it on macOS? |
Do you build in debug or release? Can you run it under |
While I'm developing I build in debug but when making a release I build in release, the problem happens either way. |
I also encountered a similar phenomenon. When using the I confirmed that the application freezes when using the I am using dialoguer 0.11.0 on macOS 14.2.1 |
I have the following code:
Running the code, I paste a 1,571 characters long token into my terminal, and then the program becomes unresponsive.
Using
Input
does not freeze but it cuts off most of the token and isn't ideal for entering very sensitive information.I am using dialoguer 0.10.4 on macOS 14.0 Beta (23A5286i).
The text was updated successfully, but these errors were encountered: