RobinHerbots/Inputmask
Mask not working properly after update to this last version on Android
开放
#1,907 创建于 2018年6月4日
AndroidEnhancement / FeatureMainRegressionhelp wanted
仓库指标
- 星标
- (4,999 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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