[DE] Update signature preview while input text.
This commit is contained in:
parent
8477d8b7dd
commit
9a0f2cdab1
|
@ -135,7 +135,8 @@ define([
|
|||
|
||||
me.inputName = new Common.UI.InputField({
|
||||
el : $('#id-dlg-sign-name'),
|
||||
style : 'width: 100%;'
|
||||
style : 'width: 100%;',
|
||||
validateOnChange: true
|
||||
}).on ('changing', _.bind(me.onChangeName, me));
|
||||
|
||||
me.cmbFonts = new Common.UI.ComboBoxFonts({
|
||||
|
|
Loading…
Reference in a new issue