No title labels on the children inputs of the GDS date element
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3571443. --> Reported by: [sgroi](https://www.drupal.org/user/3797324) Related to !5 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The LocalgovFormsDate composite element's sub-elements inherit the parent element's title in their labels, resulting in repetitive labels like "Date: Day", "Date: Month", "Date: Year".</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Add a LocalgovFormsDate element to a webform</li> <li>Inspect the rendered HTML or use a screen reader</li> <li>Note that the day/month/year inputs lack proper labels</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Set explicit #title properties ('Day', 'Month', 'Year') on each sub-element to override the inherited parent title.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>Labels now display as "Day", "Month", "Year" instead of repeating the parent title.</p>
issue