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

Fixed inputNumber with numeric prefix is not working as expected #15398

Merged

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    0b75b6e View commit details
    Browse the repository at this point in the history
  2. fixed using the wrong refence to prefix and suffix that was causing t…

    …he check in backspace and delete to always be true
    nbrown-ScottLogic committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    25d2c33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5581aca View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Added check that the string is not just equal to the prefix/suffix, i…

    …f it is then just add the input not the prefix/suffix
    nbrown-ScottLogic committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f780621 View commit details
    Browse the repository at this point in the history