Open machinek56 opened 6 years ago
@machinek56 ,
Can you also reproduce this on the demo page?
No, it doesn't reproduces on demo page.
@machinek56 ,
Can you simulate it in as jsfiddle?
Robin, i've tried, but with no success. Throws in console Uncaught ReferenceError: require is not defined
This fiddle i think will also reproduces this bug.
https://jsfiddle.net/cvn2gfbL/
Robin, i've tried - and it's not reproduces... hmm, what may causes this problem? Vue.js? http://www.screencast.com/t/hFaG95kP
@machinek56 , A jsfiddle with vue https://jsfiddle.net/cvn2gfbL/2/
With this one I can reproduce.
@machinek56 ,
It is IOS specific
Yes, but what workaround would you suggest?
@machinek56 ,
I will push a fix as soon I got one.
https://jsfiddle.net/cvn2gfbL/6/ => this version works. Can you confirm
Yeah, on this fiddle it works as expected.
@machinek56 ,
Ok, I can reproduce the problem on the desktop now. I will push a fix soon.
@machinek56 ,
Have a retry with https://jsfiddle.net/cvn2gfbL/2/ this one failed before.
Robin, thanks a lot! Works as expected now. And also i found strange behavior when i deleting digits in the middle of date. Can you look at it? http://www.screencast.com/t/YBzr0DEocoKo
@machinek56 ,
I will also look at these.
This bug come from min/max properties and was reported in issue #1808 - when changing or deleting some digits from the middle it causes the rest of the digits to shift to the location of the deleted digits and date becomes broken.
Hi! I've tested released version of inputmask 4.0.0 with iPhone SE, iOS 11, and encountered such problem. When i set mask like so
i try to delete value from input, it deletes last digit, and omit further digits, and i have so strange behavior. Video. http://www.screencast.com/t/0KixFw2ZQi
PS: this example runs on Vue.js 2.5.16