This is the code:
<mi:MaskedInput mask="99999-999" class="background-white" id="cep_mi" />
I know that the "plugin will attempt to determine the mask type and display the appropriate keyboardType automatically", but when I get in the end of field the KeyboardType changes.
This is the code:
<mi:MaskedInput mask="99999-999" class="background-white" id="cep_mi" />
I know that the "plugin will attempt to determine the mask type and display the appropriate keyboardType automatically", but when I get in the end of field the KeyboardType changes.
am I doing something wrong?