|
|
@ -260,6 +260,7 @@ export class FormJdbc extends BI.Widget { |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: password, |
|
|
|
value: password, |
|
|
|
inputType: 'password', |
|
|
|
inputType: 'password', |
|
|
|
|
|
|
|
autocomplete: 'new-password', |
|
|
|
watermark: BI.i18nText('Dec-Dcm_Connection_Form_Password'), |
|
|
|
watermark: BI.i18nText('Dec-Dcm_Connection_Form_Password'), |
|
|
|
ref: (_ref: any) => { |
|
|
|
ref: (_ref: any) => { |
|
|
|
this.form.password = _ref; |
|
|
|
this.form.password = _ref; |
|
|
|