TTMSFMXEdit etFloat and etMoney issues

I set a Edit (TTMSFMXEdit) on a Firemonkey HD Form and set the EditType to etFloat (Precition = 2).
If i run the application and type some numbers, every thing is ok, but if i type the decimal separator (a point in my case) the Edit Text is set to 0.00 and the cursor jumps to the last character.
If i set the EditType tho etMoney with Precition = 2 the cursor jumps to the last character after the first input.

I've got the same problem with current version 1.7.5.1 in Delphi XE3. Is there any solution available?