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

feat: Support generic validation messages on inputs. #110

Merged
merged 20 commits into from
Sep 5, 2019

Commits on Aug 30, 2019

  1. initial validation message prop

    darryltec committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    893bfc3 View commit details
    Browse the repository at this point in the history
  2. add yellow dark text color

    darryltec committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    9518210 View commit details
    Browse the repository at this point in the history
  3. better prop and type name

    darryltec committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    1c2ed10 View commit details
    Browse the repository at this point in the history
  4. update documentation

    darryltec committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    20667d3 View commit details
    Browse the repository at this point in the history
  5. tone down the animation

    darryltec committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    47fcce9 View commit details
    Browse the repository at this point in the history
  6. better example message

    darryltec committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b25f7a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. pluralize validations and highlight field red

    darryltec committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    4b252d3 View commit details
    Browse the repository at this point in the history
  2. add better documentation

    darryltec committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    05f51c2 View commit details
    Browse the repository at this point in the history
  3. pluralize validation props

    darryltec committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f386a05 View commit details
    Browse the repository at this point in the history
  4. also highlight if shouldShow is not defined

    darryltec committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    b74eb5b View commit details
    Browse the repository at this point in the history
  5. update number validation to use the new validations

    darryltec committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    9c47fe2 View commit details
    Browse the repository at this point in the history
  6. Revert "update number validation to use the new validations"

    This reverts commit 9c47fe2.
    darryltec committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    440e56a View commit details
    Browse the repository at this point in the history
  7. extract input validation on its own component

    darryltec committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    53b2afb View commit details
    Browse the repository at this point in the history
  8. adjust input validation sample

    darryltec committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    ce20b22 View commit details
    Browse the repository at this point in the history
  9. remove onValidate example for now

    darryltec committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    1d6f150 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. adjust inline prop description and use some

    darryltec committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    82242bf View commit details
    Browse the repository at this point in the history
  2. link to input validation for onValidation example

    darryltec committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    8114323 View commit details
    Browse the repository at this point in the history
  3. pluralize input validation example state

    darryltec committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    63cdfb3 View commit details
    Browse the repository at this point in the history
  4. get rid of mapping

    darryltec committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    d701210 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. make sean happy

    darryltec committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    90ea008 View commit details
    Browse the repository at this point in the history