Skip to content

Region select field won't load in registration page #32128

Closed
@ghost

Description

Preconditions (*)

  1. Version 2.4.0

Steps to reproduce (*)

  1. Enable address fields in registration page using xml

File: customer_account_create.xml

<referenceBlock name="customer_form_register">
   <action method="setShowAddressFields">
       <argument name="show.address.fields" xsi:type="boolean">true</argument>
   </action>
</referenceBlock>

Expected result (*)

  1. Region select field load with options:
    expected

Actual result (*)

  1. Region select field won't load:
    result

  2. Chrome console ERROR:
    Uncaught SyntaxError: Unexpected token $ in JSON at position 308
    at JSON.parse ()
    at getNodeData (scripts.js:87)
    at Array.map ()
    at scripts.js:117
    at apply (main.js:77)


Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
  • Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
  • Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
  • Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
  • Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions