I want to use such a view for users to enter an amount of money with two decimals, such 1.23, 12.34, 123.1, etc..
I've set the Keyboard type to Decimal already, and now I'm wondering what else I can do to enforce the decimal rule so that only valid values can be entered and I wouldn't have to do any validation afterwards.
Thank you in advance for your time!
I've set the Keyboard type to Decimal already, and now I'm wondering what else I can do to enforce the decimal rule so that only valid values can be entered and I wouldn't have to do any validation afterwards.
Thank you in advance for your time!