Be able to choose error message location
See original GitHub issueHi, still me 😄
See this pen:
https://codepen.io/smcyr/pen/Krbxow
In this particular implementation, I would like the error message to be positioned below the 3 radio buttons (which are hidden and displayed as grey blocks) which is not the case.
Maybe there could be a data attribute like data-error-message="category"
where you specify the input name inside. This data attribute could be added to a <div> anywhere on the page and would overwrite the default position for the error message placement.
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Jquery Validate custom error message location - Stack Overflow
I already started writing the errorPlacement: which is where you customize your error message location. How can I put the errors message in ......
Read more >Error Messages: Examples, Best Practices & Common Mistakes
4 common mistakes with error messages · 1. Ambiguity · 2. Condescending language/blaming the user · 3. Poor placement of error messages ·...
Read more >UX Design: Four ways to display error messages - Nomensa
The placement This depends on the type of the error message. If it is a 'missing required field' error, it can be placed...
Read more >Provide helpful error messages | Digital Accessibility
Make it easy to locate the problem: Programmatically associate each error message with its corresponding form control using the aria-describedby attribute. If ...
Read more >Changing the error message for "forced responses ...
As they mentioned, you have to go to your Library and create the message(s) first, and then go to Survey Options and tell...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just wanted to note intent to implement this feature. I’ll try to work on it this week.
Awesome, and thanks for being so patient with the bugs!