How can I format a TextField so that it accepts decimal number input (or at least pretends for the user it does).
Any comments would be highly appreciated.
Thanks, opar
How can I format a TextField so that it accepts decimal number input (or at least pretends for the user it does).
Any comments would be highly appreciated.
Thanks, opar
Hello,
When initiating a TextField, the last parameter Constraints restrict users inputs in variety ways. If the Constraints is assigned to NUMERIC, only integer value can be entered in the TextField.
Regards,
Kui