Displaying 1 result from an estimated 1 matches for "attrib_id".
Did you mean:
attr_id
2005 Apr 23
0
collection_select: generated select tag not marked on error
When a select tag generated by collection_select has a validation error
the tag isn''t marked in the page. That is, the generated tag looks like
this, say,
<select id="obj_attrib_id" name="obj[attrib_id]">
<option value="1">Option 1</option>
<option value="2">Option 1</option>
</select>
Whereas is should, IMHO, look like this
<div class="fieldWithErrors">
<select id="obj_attrib_...