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

[@mantine/core]: PinInput - some improvements #5704

Merged
merged 6 commits into from
Feb 9, 2024

Commits on Feb 2, 2024

  1. PinInput - some improvements

    - typing and pasting code problems
    - now you can enter a value not only from the first input (previously, entering a value in, for example, the third input would change the value in the first input, but the focus would shift to the next one, i.e., the fourth input)
    - when deleting a character in inputs, the values of subsequent inputs remain unchanged (previously, deleting a character in the middle of a PIN, for instance, would shift values from right to left in the inputs)
    - added a few more tests
    kkaplita committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a5645f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d637094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76c7419 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed11d21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96eb857 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    551b29e View commit details
    Browse the repository at this point in the history