09-11-2012 10:35 AM
Is there any property for TextEdit that can limit keyboard usage on it? Like a NUMERIC_FILTER, PHONE_FILTER etc.?
Solved! Go to Solution.
09-11-2012 10:56 AM
TextField {
id: edTitle
inputMode: TextFieldInputMode.NumbersAndPunctuation
}
This does not works! Bug?
09-12-2012 01:11 AM
Hello,
It's beta version so underdevelopment.
Check below link
https://developer.blackberry.com/cascades/download
Search into :- Known limitations
Thanks.