Open MarcinBorowski95 opened 1 year ago
When using the InputNumber component it updates the control value and state on blur even when no change has been made to the value
All environments from dev to prod
No response
15.2.4
15.2.1
Angular CLI App
TypeScript
18.12.1
Chrome, Egde
On blur when no change is made to the input value the control should not be updated. Control should not be dirty.
I think it's a duplicate 12673
Describe the bug
When using the InputNumber component it updates the control value and state on blur even when no change has been made to the value
Environment
All environments from dev to prod
Reproducer
No response
Angular version
15.2.4
PrimeNG version
15.2.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.12.1
Browser(s)
Chrome, Egde
Steps to reproduce the behavior
Expected behavior
On blur when no change is made to the input value the control should not be updated. Control should not be dirty.