Skip to content

CallBack custom function when keyboard does not accept key #305

Description

@afattahi54

It is possible to restrict user input to accept only list of valid keys ( which are mentioned in keyboard layout). This can be done by setting restrictInput : true;

Now is there any call back which fires when the keyboard reject the user entered key. I want to show an alert to user that he is entering the wrong keyboard.

The code I am looking will be called as:

restricInputCallBack : function ( keyboard , event) { 
                                 alert ( " The  " + key + " is not valid" ); 
                                 }

Is above feature available ?!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions