RonaldJerez / vue-input-facade

A lightweight and dependency free input masking library created specific for Vue
https://ronaldjerez.github.io/vue-input-facade/latest/
183 stars 27 forks source link

[IE] Bug with the cursor with facade directive and mask with / delimiter #26

Closed DamienRenaud closed 3 years ago

DamienRenaud commented 4 years ago

Hello !

Thanks for reading this issue ! I hope the description is clear enough, do not hesitate if you need more information !

Describe the bug

Bug version : 1.3.2 It seems there is a bug with the cursor on IE when we use masks with a character as delimiter (eg: the "/" for a date ##/##/####). The bug appears when using v-facade directive but works fine with component.

I tried to downgrade the version and it seems 1.2.0 works well !

To Reproduce

Expected behavior The cursor should follow the user's input when he is writing

Desktop (please complete the following information):

Additional context

Component and directive have different behaviours when deleting input. The directive deletes automatically the "/" but the component doesn't.

Thanks !

RonaldJerez commented 4 years ago

Hi, thanks for the report. We don’t support IE, however this does sound like the same issue as #19. Which I do have a fix for but it causes additional issues so I’m trying to work those out as well.