Closed (won't fix)
Project:
Webform Validation
Version:
7.x-1.x-dev
Component:
Validation rules
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Mar 2013 at 19:42 UTC
Updated:
8 Oct 2013 at 15:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
brunops commentedFix the issue by verifying the number of words when it is configured to one and the field value is empty. This way, the normal behavior shouldn't be affected.
Comment #2
liam morlandI'm not sure that min_words = 1 makes much sense. How is that different from setting the field to be required? I would rather avoid the special case introduced by this patch.
Comment #3
liam morlandThis patch needs a re-roll due to #1943140: Validate min/max words for HTML textareas.
Comment #4
liam morlandComment #5
liam morlandSet the field to "required" to handle this case.