titanium mobile sdk 2.1
iphone sdk 5.1
Hi,
I created a Label and wanted to show the number of characters as the user types. I can't see any events like keyup or onchange so am kind of stuck for now.
thanks for your help.
1 Answer
u can use
onchange,function(){
label.text.length
}
Your Answer
Think you can help? Login to answer this question!