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

Support empty string for maxlength #595

Merged
merged 4 commits into from
Mar 18, 2021

Commits on Mar 18, 2021

  1. Support empty string for maxlength

    An input's maxlength can be an empty string, which should NOT limit typing.
    Aprillion committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    516498c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be4a2a View commit details
    Browse the repository at this point in the history
  3. test: mv tests

    ph-fritsche committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3bff3f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from testing-library/pr-595

    fix: sanitize maxLength attribute
    Aprillion committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    72016b2 View commit details
    Browse the repository at this point in the history