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

Changing hidden input breaks the entered value again #1449 #1455

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Nov 11, 2024

  1. refactor(tests): update test functions and improve input handling

    TypeTest now mimics true typing since there isn't a browser with the testing suite.
    BGBRWR committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a534473 View commit details
    Browse the repository at this point in the history
  2. fix(1449): handle changing of hiddenInput; enhance applyMask method w…

    …ith detailed comments and improved handling
    BGBRWR committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    16dbcbc View commit details
    Browse the repository at this point in the history
  3. fix: improve mask validation by using cleaned mask for character checks

    This is needed with inputs with multiple mask types and they have specialCharacters in the mask.
    BGBRWR committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4320bcd View commit details
    Browse the repository at this point in the history
  4. fix(tests): enhance backspace handling in mask delete tests and updat…

    …e hiddenInput default value
    BGBRWR committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2c52290 View commit details
    Browse the repository at this point in the history