Skip to content

Conversation

@juselius
Copy link

Add combinators to show formlet validation:

  • WithValidationIcon adds an error icon and an error tooltip to the formlet
  • WithValidationMessage flas an error by color and adds an error message below the formlet
  • ValidateOnChange delays validation until the onchange event of an input is fired

Jonas Juselius added 5 commits March 31, 2016 09:12
Have the option to select between error icon + tooltip, or errorFormlet and
errorPanel.
The ValidateOnChange combinator delays validation until the OnChange event of
the input element fires. Form validation with reactive validation status
indicators can become annoying when the validation triggers too early. For
example, a user starts typing an email address, and the validator immediately
shows an error until the validator clears.
@juselius juselius changed the title Add WithValidationIcon and WithValidationMessage combinators. Add validation notification combinators Apr 6, 2016
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants