limit characters of text input
Posted: Thu Feb 07, 2013 7:31 pm
how to limit or control mobiletextinput characters to defined count Using similar to this website http://jsbin.com/epeva5/9/edit
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
how to limit or control mobiletextinput characters to defined count Using similar to this website http://jsbin.com/epeva5/9/edit
You would need to count how many characters have been entered. You can probably use the same code in the link.