primeng icon indicating copy to clipboard operation
primeng copied to clipboard

inputNumber with numeric prefix is not working as expected

Open Anirudh16 opened this issue 10 months ago • 2 comments

Describe the bug

unable to enter 0 if prefix is given as 0

For Example:if we provide prefix as 0 and if we want to enter value as '10' then after 1 unable to enter 0

Please find the stackblitz link below for reference: https://stackblitz.com/edit/1a8vuh?file=src%2Fapp%2Fdemo%2Finput-number-prefix-suffix-demo.ts

Environment

Windows 10

Reproducer

No response

Angular version

17.3.1

PrimeNG version

17.13.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

16.16.0

Browser(s)

Chrome

Steps to reproduce the behavior

1.Go to stackblitz link 2. In the primeng input try to enter 0,it wont allow

Expected behavior

it should allow 0 to be entered

Anirudh16 avatar Apr 19 '24 11:04 Anirudh16

@Anirudh16 I don't think it's an issue for number 0 alone. the same issue occurs for any other prefix number.

maruthumj avatar Apr 20 '24 14:04 maruthumj

This one is probably also related? https://github.com/primefaces/primeng/issues/13868

gercobrandwijk avatar Apr 29 '24 11:04 gercobrandwijk