Bug when selecting “Limit your zone location”
-
When editing a shipping zone in the United States, when you click “Limit your zone location”. The field to enter postal codes does appear but the field to select a state does NOT appear.
If you inspect the element it looks like:
<multiselect options="[object Object],[object Object],[object Object],...]" placeholder="Select States" multiple="multiple" label="name" track-by="code"></multiselect>
And the console error reads:
[Vue warn]: Unknown custom element: <multiselect> - did you register the component correctly? For recursive components, make sure to provide the "name" option. found in ---> <Zone> at src/frontend/components/Zone.vue <Shipping> at src/frontend/components/shipping.vue <Root>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug when selecting “Limit your zone location”’ is closed to new replies.