RobinHerbots / Inputmask

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

Cursor jumps one position right and come back to start position #2781

Open maneeshek opened 3 months ago

maneeshek commented 3 months ago
RobinHerbots commented 3 months ago

@maneeshek ,

Can you first try with the latest beta and provide some more info about the mask and options you use.

maneeshek commented 2 months ago

Hi Robin, I updated to the latest version but issue still exists. The place holder value is empty (placeholder:""). When you click/double click inside the text box, the cursor jumps one position right and then returns to previous position. I want the placeholder to be empty also.

RobinHerbots commented 2 months ago

@maneeshek ,

Can you provide me mask and options used?

maneeshek commented 2 months ago

$("#creditcardnumber").inputmask("9999 9999 9999 999", {"placeholder":"", autoUnmask: true});