Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Settings TextArea that allows just numeric Input

I am slowly working on an app that requires the input of settings.

 

I have a TextArea on my setting page that I want to restrict to only numeric input.

 

Can anyone provide any help to set me in the right direction.

 

Best Answer
0 Votes
2 REPLIES 2

Did you try add parameter type="number" (default is type="text")?

Best Answer
0 Votes

I did not but have now, unfortunately this does not provide what I was hoping for on the simulator. 

I would like to be able to type in just numeric values 0-9 in to the settings text area so I can build randoms numeric values strings like 652872920,  119252424 without to much difficulty.

 

Having looking a bit further into this I think I should be able to do something with the onChange property but I am unclear how to do this. 

 

Can I write functions with in settings and where to I put the?.

Best Answer
0 Votes