title | issue |
---|---|
Fix UI broken at country state label in registration form |
NEXT-25069 |
- Changed
block
component_address_form_country_state_label
insrc/Storefront/Resources/views/storefront/component/address/address-form.html.twig
to remove mark required. - Changed
block
component_address_form_country
insrc/Storefront/Resources/views/storefront/component/address/address-form.html.twig
to update condition aboutinitialCountryId
. - Changed function
updateRequiredState
insrc/Storefront/Resources/app/storefront/src/plugin/forms/form-country-state-select.plugin.js
to replaceinnerText
totextContent
.