-
### Describe the bug
inputMask in PF12 started to generate onchange events even if the value does not change. All that is enough is to click the component (focus gained) and click somewhere else (foc…
-
The input mask feature that was recently added to the `AuInput` compontent is great for the simple use cases where only a mask is provided. Trying to use the date extension doesn't seem to work yet th…
-
I have an mask containing optionals, like `*-******[-**]` and `clearIncomplete = true`.
My expectation is, that it either accepts `a-bcdefg` or `a-bcdefg-hi` but NOT `a-bcdefg-h` (last character mi…
-
Hi,
I'm using email mask to my email field.
Problem is uppercase words.
Example:
I'm writing "YASİN@ADDRESS.NET" and mask converting this to "yasn@address.net"
I am losing character İ.
…
-
Create a numeric mask.
Type some number.
Select all and delete or backspace
Blur the input
The masktemplate should disappear but doesn"t
See demo page
Version: 5.x latest
Browser: all
-
### There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeNG PRO Support* where support is provided within 4 business hour…
-
Hi, I tried this one to work so much but could not find a proper solution. All i want is, to update a video filter when i tap a button and the video shouldnt be pause and play quickly. It should conti…
-
The change in the version number suggest only minor changes. But as the diff between 5.0.7 and 5.0.8 [is huge](https://github.com/RobinHerbots/Inputmask/compare/5.0.7...5.0.8) (79 commits, 52,410 addi…
-
I'm trying to install vue-inputmask in my app, with npm install vue-inputmask.
After that i am getting:
npm install vue-inputmask
npm WARN purgecss-webpack-plugin@1.2.0 requires a peer of webpac…
-
Hi!
I'm using `withHookFormMask` function and got some problem with component unmount. Is there any way to destroy inputmask on component unmount? I tried to call `input.inputmask.remove()` manuall…