diff --git a/resources/views/checkout/partials/address.blade.php b/resources/views/checkout/partials/address.blade.php
index b9a130397..66ceed2d3 100644
--- a/resources/views/checkout/partials/address.blade.php
+++ b/resources/views/checkout/partials/address.blade.php
@@ -42,6 +42,7 @@
@@ -55,6 +56,7 @@
name="{{ $type }}_vat_id"
v-model="variables.vat_id"
v-on:change="window.app.$emit('vat-change', $event)"
+ v-bind:disabled="$root.loading"
:required="Rapidez::config('customer/address/taxvat_show') == 'req'"
/>
@@ -70,6 +72,7 @@
@if (Rapidez::config('customer/address/prefix_show') === 'opt')
@@ -90,6 +93,7 @@
@@ -101,6 +105,7 @@
@@ -111,6 +116,7 @@
@@ -122,6 +128,7 @@
@if (Rapidez::config('customer/address/suffix_show') === 'opt')
@@ -146,6 +153,7 @@
window.app.$emit('postcode-change', variables);
variables.region_id = null
})"
+ v-bind:disabled="$root.loading"
required
/>
@@ -158,6 +166,7 @@ class="region exists"
name="{{ $type }}_region"
country="variables.country_code"
v-model="variables.region_id"
+ v-bind:disabled="$root.loading"
/>
@@ -168,6 +177,7 @@ class="region exists"
@@ -180,6 +190,7 @@ class="region exists"
name="{{ $type }}_postcode"
v-model="variables.postcode"
v-on:change="$root.$nextTick(() => window.app.$emit('postcode-change', variables))"
+ v-bind:disabled="$root.loading"
required
/>
@@ -192,6 +203,7 @@ class="region exists"
name="{{ $type }}_housenumber"
v-model="variables.street[1]"
v-on:change="$root.$nextTick(() => window.app.$emit('postcode-change', variables))"
+ v-bind:disabled="$root.loading"
required
/>
@@ -204,6 +216,7 @@ class="region exists"
@@ -214,6 +227,7 @@ class="region exists"
@@ -224,6 +238,7 @@ class="region exists"
@@ -235,6 +250,7 @@ class="region exists"