Skip to content

Commit 918cbbb

Browse files
committed
fix: country sfselect overlapping with default value
see b27f0e5 for explanation M2-838
1 parent 855cd7a commit 918cbbb

File tree

1 file changed

+1
-0
lines changed
  • packages/theme/modules/checkout/pages/Checkout

1 file changed

+1
-0
lines changed

packages/theme/modules/checkout/pages/Checkout/Billing.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
:error-message="$t(errors[0])"
192192
@input="changeCountry"
193193
>
194+
<SfSelectOption :value="''" />
194195
<SfSelectOption
195196
v-for="countryOption in countriesList"
196197
:key="countryOption.id"

0 commit comments

Comments
 (0)