Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
AlexXF
Posts: 287
Registered: ‎03-10-2010
My Carrier: Vodafone CZ
Accepted Solution

TextEdit with filters (like in Java BBOS)

Is there any property for TextEdit that can limit keyboard usage on it? Like a NUMERIC_FILTER, PHONE_FILTER etc.?

Please use plain text.
Developer
AlexXF
Posts: 287
Registered: ‎03-10-2010
My Carrier: Vodafone CZ

Re: TextEdit with filters (like in Java BBOS)

TextField {
                    id: edTitle
                    inputMode: TextFieldInputMode.NumbersAndPunctuation
}

 This does not works! Bug?

Please use plain text.
Developer
shahumang8
Posts: 457
Registered: ‎08-09-2010

Re: TextEdit with filters (like in Java BBOS)

Hello,

 

    It's beta version so underdevelopment.

 

    Check below link

 

    https://developer.blackberry.com/cascades/download/releasenotes_beta1/

 

     Search into :- Known limitations

 

Thanks.

Please use plain text.