Can't add decimal in number input on iOS

Hi,
I have a number input component in a retool mobile app.
It works well when previewing the app, it works well on my android phone, but on an iPhone, it is impossible to add a decimal number. The numberpad keyboard appears, but when pressing a "," the comma appears in the number input field and disappears right away.
Any idea why? any possible resolution?
I would add that I did tried checking the "Allow negative input" checkbox.
Thanks
Loïc

@loicchabut35 the field uses a US style number, so a decimal separator should be . instead of ,

1 Like

Thank you! I could realize that the problem was coming from my database, my field was in a numeric datatype, and not a float.

1 Like