05-16-2018 14:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-16-2018 14:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

05-16-2018 23:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-16-2018 23:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Did you try add parameter type="number" (default is type="text")?

05-17-2018 06:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-17-2018 06:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?.

