Skip to content
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

Component: p-inputNumber #16733

Open
Makarion opened this issue Nov 13, 2024 · 0 comments
Open

Component: p-inputNumber #16733

Makarion opened this issue Nov 13, 2024 · 0 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@Makarion
Copy link

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

  1. Set maxLenth property in a p-inputNumber component.
  2. Fill the input with maximum number of digits allowed.
  3. 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).

@Makarion Makarion added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant