Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events: Use "mask" namespace so events can be removed #2672

Open
melloware opened this issue Dec 6, 2022 · 1 comment · May be fixed by #2673
Open

Events: Use "mask" namespace so events can be removed #2672

melloware opened this issue Dec 6, 2022 · 1 comment · May be fixed by #2673

Comments

@melloware
Copy link

melloware commented Dec 6, 2022

Describe the bug

I am a developer on the PrimeFaces project and we use your InputMask in conjuction with a DatePicker widget we have written.

We have a need where I want to remove the blur event on the Input in certain circumstances. See: primefaces/primefaces#9259

Using Jquery I want to remove the blur event but when I called input.off("blur"); it removes ALL blur events on the Input. I would like to just remove the InputMask blur event using a namespace like input.off("blur.inputmask"); so it only removes that 1 event.

  • Inputmask version 5.0.8-beta.47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant