Skip to content

Commit

Permalink
Fix RobinHerbots#2672: add namespace ".inputmask" to all events
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 6, 2022
1 parent 634867f commit 2b3379b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/eventruler.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {EventRuler};
var EventRuler = {
on: function (input, eventName, eventHandler) {
const $ = input.inputmask.dependencyLib;
eventName = eventName + ".inputmask";

var ev = function (e) {
if (e.originalEvent) {
Expand Down

0 comments on commit 2b3379b

Please sign in to comment.