Hi,
I am using SmartGWT 6.1p 2020-10-10 (latest nightly) and I have the following problem with a number field.
Please refer to my screenshots.
The field is defined like this:
and its definition:
1.png : I insert 56,56 into the field
2.png: Focus is left. The value (correctly) changes to €56,56
3.png: I click on the field. The value (incorrectly) changes to 56.56
4.png: Focus is left. The value (incorrectly!) changes to €5.656,00
What may be happening here? This looks like a bug.
I am using SmartGWT 6.1p 2020-10-10 (latest nightly) and I have the following problem with a number field.
Please refer to my screenshots.
The field is defined like this:
Code:
FloatItem field = new FloatItem("myFloatItem"); field.setFormat("¤,0.00");
Code:
<field name=[I]"[/I]myFloatItem[I]"[/I] type=[I]"localeCurrency"[/I] />
2.png: Focus is left. The value (correctly) changes to €56,56
3.png: I click on the field. The value (incorrectly) changes to 56.56
4.png: Focus is left. The value (incorrectly!) changes to €5.656,00
What may be happening here? This looks like a bug.
Comment