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

Lighten validation on the Athelete ID field to enable numerical values (especially for copy and paste) #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 15, 2024

  1. fix: allow pasting incomplete values by prepending A to athelete ID

    Pasted values could be ignored if not in the correct format which was
    a pain for users. This change just manually adds the 'A' if it doesn't exist
    to ensure a better user experience.
    hsouth95 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d5e4d37 View commit details
    Browse the repository at this point in the history