Only Validation Feedback
Overview
Sometimes you need just a validation feedback message without any input field. Like a list with checkboxes and you need to select at least one. Then you want a validation feedback under the list. Create an extra attribute for the validation message and use that one in your validation. With this widget only the validation feedback message will be displayed (when needed).
Documentation
Description
Show validation feedback message without displaying the input field.
Typical usage scenario
Sometimes you just need a validation feedback without any input field. Imagine a list of checkboxes and there must be selected at least one. Just create an extra attribute for the validation feedback message. Use this field in this widget and create your validation and set the validation message to this field. Only the validation feedback will be shown (when needed!)
Features and limitations
Just use it when you need it ;-)
Installation
Just import the widget and have fun!
Configuration
- Create an attribute (like _ValidationMessage).
- Add widget to page
- Use just created attribute.
- Create validation and set validation feedback message to this attribute.
Frequently Asked Questions [optional]
- Q: Do I need this?
- A: Maybe. Maybe not. Try it!