RobinHerbots/Inputmask

Mask not working properly after update to this last version on Android

Open

#1907 opened on Jun 4, 2018

View on GitHub
 (35 comments) (0 reactions) (1 assignee)JavaScript (4,999 stars) (1,807 forks)batch import
AndroidEnhancement / FeatureMainRegressionhelp wanted

Description

I´m using this inputMask query: jQuery("InputElement").inputmask("99999999 9 ***");

This behavior only happens in an Android device (Samsung SM-T550 with android version: 7.1.1), so to explain it: When I try to write any input in this mask for example "1", he writes the number 1 on input and duplicate it, but does not show the duplicated value. And when you write again anything he writes this hidden value and then add a the new pressed value and again he leaves the last value that was written in a hidden state.

Video that demonstrates this bug: https://ufile.io/2n6oc

Can you try to fix it ASAP ?? :)

Best regards, José Dantas

Contributor guide