react-terminal-ui icon indicating copy to clipboard operation
react-terminal-ui copied to clipboard

Hide password input

Open Jean-PhilippeD opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Yes and no. When user is asked to fill a password, the input is visible, I think either blank or * should appeared instead of the caracters

Describe the solution you'd like Maybe a props passwordField or hideField set to true passed to the Terminal so when the parent component knows that the next input is a password, you can set the field to true until next input so that Terminal could replace the visible caracters with * or blank

Jean-PhilippeD avatar Apr 15 '21 18:04 Jean-PhilippeD