We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d91342 commit e33ad53Copy full SHA for e33ad53
1 file changed
src/form/field/Text.mjs
@@ -406,9 +406,9 @@ class Text extends Field {
406
let me = this;
407
408
Neo.main.DomEvents.registerDisabledInputChars({
409
- appName: me.appName,
410
- chars : value,
411
- id : me.getInputEl().id
+ chars : value,
+ id : me.getInputEl().id,
+ windowId: me.windowId
412
})
413
}
414
@@ -1123,8 +1123,8 @@ class Text extends Field {
1123
1124
if (me.disabledChars) {
1125
Neo.main.DomEvents.unregisterDisabledInputChars({
1126
1127
+ window : me.windowId
1128
1129
1130
0 commit comments