[SOLVED]Decimal fields in v.9.6.004

I think something is not working, whether or not it is a BUG produced after the update to 9.6.004 carried out before yesterday February 9, 2021, that support tells me that it may be happening. The truth is that in 9.4 it did not happen.

ERROR: In Form type Editable Grid View
If 0,100 or 0,923 or any other decimal number is entered where its integer quantity is zero, then we type the comma and if the next immediate number is not a zero, it does not take it as a decimal, the comma does not appear, it ignores the comma typed.
The comma only appears when the next number typed after the comma is a zero, otherwise the number appears as 0.999,000.

Established European regional configuration Spain (decimal with comma, thousands with period).

Field defined as Decimal or Currency (it doesn't matter, it produces the same error):
Maximum Size 13.
Minimum value 0. (checked with -999999999)
Maximum value 0. (checked with 999999999)
Length 10.
Decimals 3.
Regional Settings = YES. (checked without R.S.)
Digits Grouping = YES. (checked without D.G.)
Auto-complete with zeros = YES. (checked without Auto)

Example:
We want to enter the number 0,231.

If you type 0,231, the comma will not appear in its typed place and when you exit it will put 0.231,000.
Each press appears as follows:
1st Press 0 -> 0 appears.
2nd press comma -> 0 appears.
4th press 2 -> 02 appears
5th Press 3 -> 023 appears
6th Press 1 -> 0.231 appears
7th We press TAB to exit the field -> 0.231,000 appears

But…

If you type 0,0231 we will get 0,231.
Each press appears as follows:
1st Press 0 -> 0 appears.
2nd press comma -> 0 appears.
3rd press 0 -> 0,0 appears (the comma appears)
4th Press 2 -> 0,02 appears
5th Press 3 -> 0,023 appears
6 Press 1 -> 0,231 appears
7th We press TAB to exit the field -> 0,231 appears

I hope it was clear.
If there is anything I can learn, please let me know.

Thank you
From V5 Professional Edition - Oct 28, 2011
Up to V9 Professional Edition - Jan 28, 2022

I can confirm the issue:
Typing “1,31” we get: “1,31”.
Typing “0,31” we get: “031,00”
Typing “0,031” we get “0,31”

Hi, @Intercore and @robydago

We just release a new version (9.6.005) which contains the fix for this issue .

Please update your environments and verify if it was solved.

Ok, I already saw it and I have published it with the update.
Thanks for the quickness.

Regards

I have updated to version (9.6.005) But still facing the same issue.
After that I have reinstalled again but still facing the same issue, Is there any other settings to fix this issue?

Hello everybody.

This issue was fixed in the last release (9.6.006).

Please, update your environment and verify if the problem is solved.