primefaces / community

Community Forum
0 stars 0 forks source link

Wrong output when entering decimal value in inputNumber mode="decimal" #1736

Open Ranga-Chanakya-Gade opened 2 months ago

Ranga-Chanakya-Gade commented 2 months ago

Discussed in https://github.com/orgs/primefaces/discussions/1712

Originally posted by **Ranga-Chanakya-Gade** April 18, 2024 When entering 0.1234 in inputNumber , it is correctly displayed as 0.1234, whereas when I start entering .1234 (instead of 0.1234), the text is displayed as 1234.00. Is there a way to fix this?? Can replicate it in https://primeng.org/inputnumber also.