I use numericField.inputType = “number” because I want the user to be forced to input numbers in a given textfield. But the problem is that the value they need to enter into the formula can include a decimal. The “default” input type doesn’t open to a numbers only screen so I’m thinking it will be a big hassel for the user. Is there a “calculator” input type or something similar to that that opens up to a numbers only screen and includes the use of the decimals? The “number” input type looks very friendly and hassle free to the user and it includes decimals (and parentheses , etc ) on the side of the screen but it will not register a decimal point into the textfield. If there isn’t a “calculator” input type, can I somehow code for the “number” input type to allow the use of decimals?
Here’s the APIs for inputTypes:
http://docs.coronalabs.com/api/type/TextField/inputType.html
As always, thanks in advance! [import]uid: 35535 topic_id: 33192 reply_id: 333192[/import]