Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With alias: 'url' and ‘jitMasking’: true,initial input value like “http://t” doesn't echo correctly #2767

Open
aukoonpang opened this issue Jan 16, 2024 · 0 comments

Comments

@aukoonpang
Copy link

I am creating a inputMask with config like this:

Inputmask({
    alias: 'url',
    jitMasking: true,
}).mask(document.querySelector('#test'))

and html like:

<input value="http://t" id="test">

then i got this:
image

seems like the render went wrong

  • OS: any
  • Browser: chrome
  • Inputmask version: 5.0.8 & 5.0.9-beta.45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant