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

Disc 2758 enhance text input2 #746

Merged
merged 2 commits into from
Oct 1, 2021
Merged

Commits on Sep 30, 2021

  1. Modifies TextInput2 error validation behavior

    Changes initialIsInError prop to errorOnEmpty, to more accurately describe the prop's use case. If errorOnEmpty, empty error state is displayed if the input has no value and is out of focus (the error state is removed on focus). If not errorOnEmpty, error state is only displayed on blur, and is removed if the value is empty or if the error is resolved.
    antoniodangond committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    2733131 View commit details
    Browse the repository at this point in the history
  2. 2.166.0

    Bumps up package version number.
    antoniodangond committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    8467631 View commit details
    Browse the repository at this point in the history