Skip to content

Commit e33ad53

Browse files
committed
#8149 form.field.Text: afterSetDisabledChars(), destroy(9
1 parent 0d91342 commit e33ad53

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/form/field/Text.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,9 @@ class Text extends Field {
406406
let me = this;
407407

408408
Neo.main.DomEvents.registerDisabledInputChars({
409-
appName: me.appName,
410-
chars : value,
411-
id : me.getInputEl().id
409+
chars : value,
410+
id : me.getInputEl().id,
411+
windowId: me.windowId
412412
})
413413
}
414414
}
@@ -1123,8 +1123,8 @@ class Text extends Field {
11231123

11241124
if (me.disabledChars) {
11251125
Neo.main.DomEvents.unregisterDisabledInputChars({
1126-
appName: me.appName,
1127-
id : me.getInputEl().id
1126+
id : me.getInputEl().id,
1127+
window : me.windowId
11281128
})
11291129
}
11301130

0 commit comments

Comments
 (0)