Problem/Motivation

Error messages of radios and checkboxes form elements do not have a unique --errormessage ID.

Proposed resolution

Fix the code so that they do get their ID.

Comments

Sutharsan created an issue. See original summary.

sutharsan’s picture

Status: Active » Needs review
StatusFileSize
new10.72 KB

This patch adds a unique ID to the error message in fieldsets.

For example

<div id="edit-investigation-result-items-0-item-type--errormessage" class="form-item--error-message">
  <strong>Example error message</strong>
</div>

tessa bakker’s picture

Status: Needs review » Fixed

Thanks for the patch

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.