We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using your demo on the KeyFilter page documentation, on the field which blocks < > * !, i still can enter them into the field.
I reproduced it locally with the custom keyFilter Regex /^[a-zA-Z0-9\-\/,]+$/ where i still can use any caracter in the field.
Reproduced on the deployed version of https://primeng.org/keyfilter, today.
Reproduced locally, angular 17.3, primeng 17.18.7, Chrome Version 121.0.6167.160, french keyboard
No response
17.3.0
17.18.7
Angular CLI App
TypeScript
18.13.0
Chrome Version 121.0.6167.160
(Maybre a prerequisite : use keyboard in french mode)
The forbidden caracters can be used
The text was updated successfully, but these errors were encountered:
Due to PrimeNG team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Using your demo on the KeyFilter page documentation, on the field which blocks < > * !, i still can enter them into the field.
I reproduced it locally with the custom keyFilter Regex /^[a-zA-Z0-9\-\/,]+$/ where i still can use any caracter in the field.
Environment
Reproduced on the deployed version of https://primeng.org/keyfilter, today.
Reproduced locally, angular 17.3, primeng 17.18.7, Chrome Version 121.0.6167.160, french keyboard
Reproducer
No response
Angular version
17.3.0
PrimeNG version
17.18.7
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.13.0
Browser(s)
Chrome Version 121.0.6167.160
Steps to reproduce the behavior
(Maybre a prerequisite : use keyboard in french mode)
Expected behavior
The forbidden caracters can be used
The text was updated successfully, but these errors were encountered: