Skip to content

Release 6.5.3

Latest
Compare
Choose a tag to compare
@iljamobilemojo iljamobilemojo released this 30 Sep 10:55
· 15 commits to main-6.6 since this release

Changes

  • Corrected the for attribute assignment in the label element for the house number input field.
  • The label now correctly references the element with ID {{ prefix }}AddressHouseNumber instead of erroneously pointing to {{ prefix }}AddressStreet.

Technical Details

  • Affected file: src/Resources/views/storefront/component/address/address-form.html.twig
  • Change in block: component_address_form_endereco_housenumber_label

Impact

This correction enhances the accessibility of the address form by establishing a proper association between the label and input field. This supports screen readers and other assistive technologies in correctly interpreting and presenting the form.