-
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
p-inputNumber: onInputBlur NPE #14928
Comments
The problem here that model after blur become string. It wasn't happen before |
As @adcore-dev said, the model becomes string. This problem broken my app and made me downgrade to 17.8.0 until fixed |
I just came here to report this same thing, I couldn't find a suitable workaround. I'm going to have to downgrade also. It seems there is a brand new PR for it though. |
Hi, Thanks for reporting the issue, this issue has been fixed by @rosenthalj in 9b0518e This issue is superseded by #15014 Closing the issue. |
Describe the bug
p-inputNumber onInputBlur-Method throws NPE if value==null
Environment
chrome browser
Reproducer
No response
Angular version
17.2.3
PrimeNG version
17.9.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.13.0
Browser(s)
No response
Steps to reproduce the behavior
Reproducable in primeng showcase
Expected behavior
No NPE
The text was updated successfully, but these errors were encountered: