Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jquery Mask Strange Behavior In Android Browser #187

Closed
SoheilGH opened this issue Aug 20, 2014 · 3 comments
Closed

Jquery Mask Strange Behavior In Android Browser #187

SoheilGH opened this issue Aug 20, 2014 · 3 comments

Comments

@SoheilGH
Copy link

i have an input with type text in my html file and want to mask it with 00/00 pattern . but when i want to type it sample input 12/10 it converts to 12/01. if i explicitly type / character everything works fine. i test my html code in all desktop browsers and everything works.

<div class="cardInfo">
    <label>Card Exp Date</label>
    <label>
        <input type="text" id="expData" class="expDataInput" name="expData"/>
    </label>
</div>
$(document).ready(function () {

    var expData = $('#expData');
    expData.mask("00/00", {placeholder: "__/__"});

});

here is a jsfiddle link : http://jsfiddle.net/6xcek46f/

@igorescobar
Copy link
Owner

#135 duplicated

@CavalcanteLeo
Copy link

solution?

@igorescobar
Copy link
Owner

Not yet. I'm hoping that a good android developer appears and be able to fix it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants