-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
InputNumber: cannot insert fractional digits when minFractionDigits=0 #9272
Comments
I also encountered this issue. |
got any solution for this? |
this issue also exists in primeng 9.x |
it the issue fixed in primeng 10.x ?? |
I cloned their stackblitz from the official documentation page: https://stackblitz.com/edit/primeng-inputnumber-demo-4apujo?file=src/app/app.component.html |
I am experiencing this as well. I am experiencing this on v10.0.3 |
Hello @yigitfindikli, We'd be appreciated if the possible fix is applied to the primeng 9.1.3 as well? |
Indeed, it would be really nice |
Any updates? This feature is very important to be able to allow the user to not enter any fractions or enter them if necessary. Thanks. |
I have the same problem! Would be nice if this gets fixed. |
Same problem, any acknowledgement? This is communicated to the user via a placeholder I've set of 0.00, without actually enforcing a decimal on all inputs |
Any news? From our perspective, the error is very critical. For us, PrimeNG is useless if it doesn't work. |
Same issue here |
This issue is also present in 11.3.1. |
Seriously? This is still opened? Bug is still in 11.3.2 |
Yeah and it is closed and ignored in other prime projects as well |
Sorry for the delayed response! Fixed now ;) Best Regards, |
This does not appear to be fixed in primeng 11.4.5 |
Issue still exists in 11.4.9 LTS |
No solution for this after 2 years? Why is this closed anyway? It's a regular bug. |
The bug is still there |
Issue still exists on 14.0.1 ... |
Issue still exists on 15.0.0 |
We have an issue with PrimeVue and I think it's the same as described or strongly related.
When entering 0 before the decimal point, the 0 is just inserted at that position, which is expected behaviour as well. See https://stackblitz.com/edit/gagodi-sjvwmv?file=src%2FApp.vue |
I'm submitting a ...
Plunkr Case (Bug Reports)
https://stackblitz.com/edit/github-cshg3y
Current behavior
If
minFractionDigits
= 0 andmaxFractionDigits
> 0 you cannot insert any fractional digits.Minimal reproduction of the problem with instructions
<p-inputNumber mode="decimal" [minFractionDigits]="0" [maxFractionDigits]="5"></p-inputNumber>
Angular version: 10
PrimeNG version: 10.0.2
The text was updated successfully, but these errors were encountered: