-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Closed
Description
Description
Is this the right behavior for input type password?
<input type="password" id="password" />
<input type="text" id="showPassword" />
$('#password').change(function(e){
$('#showPassword').val($('#password').val());
});
I mean... I can't copy and past from inputs of type password into a notepad, but jQuery can show it.
I know about security issues in this case, but the point is... should jQuery handle password values?
Sorry my bad english and sorry if is a idiot point.
Regards.
Link to test case
https://jsfiddle.net/hLz169fg/4/
Metadata
Metadata
Assignees
Labels
No labels