Hello,
We have a requirement to enter a decimal value out to 10 digits. This worked fine in 15.2, but the control appears to be rounding the value in 17.1.
Please see this jsfiddle for an example: http://jsfiddle.net/uofcft8z/9/
In the fiddle, edit the first row. Then type in the value 0.0000005580 into the 'Units In Stock' field. After the value is entered, it is rounded to 0.0000006 even though maxDecimals is set to 10. Is there a way to prevent this rounding?
Thanks,
Paul
Hello Paul,
Thank you for using Infragistics Ignite UI!
I have tested your scenario and I was able to reproduce the behavior that you describe. I guess you mean the decimals are not rounded in version 15.1 as I tested it with 15.2 and the behavior is similar. In 15.1 the decimals are not rounded but the editors were re-written in 15.2.
I have created an issue about this and you can follow the progress on github - https://github.com/IgniteUI/ignite-ui/issues/1205
Best regards, Alexander Marinov, Infragistics
Hi Alex,
You are correct, I did mean 15.1. Thanks for opening an issue on github.