-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Primeng KeyFilter does not working well when user do Cut, Copy and Paste #5752
Comments
Any plan on the above issue in upcoming releases . |
Yes, I am also facing this issue. Kindly fix it in next release. |
fixed #5752 Primeng KeyFilter does not working well when user do Cut,…
Was this fix tested with IE?
before testing the regex. |
I have been some problem with pint mode. I really need to use paste in inputtext. So, my solution was change this part of the code:
|
@cristianoquadros |
@cagataycivici |
Primeng KeyFilter does not working well when user do Cut, Copy and Paste.
Current behavior
After Applying pKeyFilter="pint" on input textbox still user can able to input alphbetics using this keys Cut or Copy and Paste / (CTRL + X or CTRL) + C and CTRL + V
Expected behavior
It should not be paste here when we have added pKeyFilter="pint" in input tags.
My environment:
Angular version:
5.2.6
PrimeNG version:
5.2.0
Browser:
Chrome, Mozila Firefox, Safari, Internet Explorer 9,10,11
Language:
TypeScript:2.4.2
Node (for AoT issues):
6.11.0
The text was updated successfully, but these errors were encountered: