Skip to content

fix(InputNumber): correctly handle decimal point#8512

Merged
melloware merged 1 commit intoprimefaces:masterfrom
avasuro:fix-8511
Mar 10, 2026
Merged

fix(InputNumber): correctly handle decimal point#8512
melloware merged 1 commit intoprimefaces:masterfrom
avasuro:fix-8511

Conversation

@avasuro
Copy link
Contributor

@avasuro avasuro commented Mar 9, 2026

Fix: #8511

NOTE: I have tested this fix only locally and only against this specific use case. Please, make sure that I haven't broken any other use case (if it is not yet covered by automated tests).

@melloware
Copy link
Member

can you just double check what PrimeVue is doing or if it has the same issue?

@avasuro
Copy link
Contributor Author

avasuro commented Mar 10, 2026

No, for me doesn't reproduces with PrimeVue. From what I see in the sourcecode: PrimeVue uses slightly different logic to handle number formatting.

@melloware melloware merged commit 75bdea5 into primefaces:master Mar 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InputNumber: incorrect decimal point handling

2 participants