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

Do not validate disabled fields #94

Merged
merged 12 commits into from
Mar 19, 2024
Merged

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    9203770 View commit details
    Browse the repository at this point in the history
  2. Do not validate disabled inputs

    Fixes #90
    haacked committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    5ec330f View commit details
    Browse the repository at this point in the history
  3. Use ValidatableElement instead of HTMLElement

    Co-authored-by: Keith Dahlby <[email protected]>
    haacked and dahlbyk committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6330d4e View commit details
    Browse the repository at this point in the history
  4. Do not track disabled inputs

    haacked committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    4cfd9b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32a01bc View commit details
    Browse the repository at this point in the history
  6. Minor tidying up

    haacked committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    024a02a View commit details
    Browse the repository at this point in the history
  7. Reset field when disabled.

    haacked committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    52446b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    ef8ef8c View commit details
    Browse the repository at this point in the history
  2. Add a new reset method for resetting a single form input

    This can be called after changing the state of a form input.
    haacked committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    983f1c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Always track disabled fields

    This way, if they become enabled, we'll validate them. If they become disabled, we won't validate them.
    haacked committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    33728fd View commit details
    Browse the repository at this point in the history
  2. Make the code clearer

    `as` in TypeScript is not the same as in C#.
    haacked committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    527fb9a View commit details
    Browse the repository at this point in the history
  3. Add the script files

    haacked committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f17bcee View commit details
    Browse the repository at this point in the history