Fix Bug 63840

This commit is contained in:
Julia Radzhabova
2023-09-06 20:10:32 +03:00
parent 0f2c0b0629
commit bbc71a3df0

View File

@ -208,7 +208,7 @@ define([
hideCls: (this.options.iconType==='svg' ? 'svg-icon hide-password' : 'toolbar__icon btn-hide-password'),
maxLength: this.options.maxPasswordLength,
validateOnBlur: false,
showPwdOnClick: true,
showPwdOnClick: false,
validation : function(value) {
return me.txtIncorrectPwd;
}