You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Value in an inputNumber component cannot be overwritten when maximum number of characters is reached (Firefox)
Environment
Linux, Firefox
Reproducer
No response
Angular version
18.2.8
PrimeNG version
17.18.11
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.4.0
Browser(s)
Firefox 131.0.3
Steps to reproduce the behavior
Set maxLenth property in a p-inputNumber component.
Fill the input with maximum number of digits allowed.
Select all the digits and try to overwrite it by entering any digit.
Expected behavior
I would like to select all the digits and overwrite them by entering any digit as it happens when maxLength is not set or reached (that how it works in Chrome).
The text was updated successfully, but these errors were encountered:
Describe the bug
Value in an inputNumber component cannot be overwritten when maximum number of characters is reached (Firefox)
Environment
Linux, Firefox
Reproducer
No response
Angular version
18.2.8
PrimeNG version
17.18.11
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.4.0
Browser(s)
Firefox 131.0.3
Steps to reproduce the behavior
Expected behavior
I would like to select all the digits and overwrite them by entering any digit as it happens when maxLength is not set or reached (that how it works in Chrome).
The text was updated successfully, but these errors were encountered: