Incorrect type of InputNumberInputEvent.value #15206
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
We had issue #15076 that partially fixed the incorrect type of InputNumberInputEvent.value from "number" to "number | string",
but in #15076 we can see that there can be a
null
value as well, so we need to change from "number | string" to "number | string | null"Environment
Any environment
Reproducer
No response
Angular version
17
PrimeNG version
17
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Correct type is expected
The text was updated successfully, but these errors were encountered: