Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
Validate the minimum length of text in a textbox.
wf:wire(ButtonID, TextBoxID, #validate { validators=[<br>
#min_length { text="Minimum of 4 characters.", length=4 }<br>
]})
text
(string) - The text to display if validation fails.
length
(integer) - The minimum length of text.
* [Validate Action](validate.md)
* [Validation Demos](http://nitrogenproject.com/demos/validation)