I define a texfield with TextArea.DECIMAL and want to entry decimal(1.21 -0.32 11.00). The numberic pad doesn't include minus(-) in iOS. How do I set the attribut of a TextField to enter minus number (numberic pad include a minus sign(-))?
I define a texfield with TextArea.DECIMAL and want to entry decimal(1.21 -0.32 11.00). The numberic pad doesn't include minus(-) in iOS. How do I set the attribut of a TextField to enter minus number (numberic pad include a minus sign(-))?
I remember this was asked in the past but I can't find the answers. I think it's possible that this works for NUMERIC when running on iOS despite the fact that the docs say that it's for integers only.
This is an inherent problem in iOS as discussed here. It can probably be fixed by integrating the toolbar suggestion mentioned in the answers into our keyboard code here.