RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.39k stars 2.17k forks source link

Paste in inputmask #2088

Open darbre opened 5 years ago

darbre commented 5 years ago

Hello. For input use js: $(input).inputmask({mask:'facebook.com/&{0,20}',removeMaskOnSubmit : true,clearMaskOnLostFocus : false}); When mask have e (like facEbook.com/), when paste text in input, first char disappear. Text begin with symbols F A C E B O K

darbre commented 5 years ago

https://codepen.io/brening98/pen/NJJepE try to paste 'event' or 'answer'

RobinHerbots commented 5 years ago

@darbre ,

This issue is related to #2089. I will try to fix this in the coming days.

darbre commented 5 years ago

https://github.com/RobinHerbots/Inputmask/issues/2089#issuecomment-477672942 it doesn'help me :(

RobinHerbots commented 5 years ago

I'm still working on it. I know it doesn't fix your issue, but at least I know why.

RobinHerbots commented 5 years ago

@darbre ,

See https://codepen.io/anon/pen/pBmwjO#anon-login

darbre commented 5 years ago

Hello. If paste 'fancy', it cut 'FA' and mix last symbols to 'CYN'

RobinHerbots commented 5 years ago

@darbre ,

Yes, it still needs some extra enhancement.

darbre commented 4 years ago

hi! this issue is still relevant to me. was the problem resolved in the new version?