diff --git a/src/modules/market/components/MerchantStore.vue b/src/modules/market/components/MerchantStore.vue index 2f9ec12..2666af1 100644 --- a/src/modules/market/components/MerchantStore.vue +++ b/src/modules/market/components/MerchantStore.vue @@ -449,13 +449,13 @@ - + Create New Store -
+
@@ -466,6 +466,9 @@ placeholder="Enter your store name" :disabled="isCreatingStall" v-bind="componentField" + :key="`store-name-${formKey}`" + autocomplete="off" + spellcheck="false" /> @@ -483,6 +486,9 @@ placeholder="Describe your store and products" :disabled="isCreatingStall" v-bind="componentField" + :key="`store-description-${formKey}`" + autocomplete="off" + spellcheck="false" /> @@ -564,6 +570,9 @@ placeholder="e.g., Europe, Worldwide" :disabled="isCreatingStall" v-bind="componentField" + :key="`zone-name-${formKey}`" + autocomplete="off" + spellcheck="false" /> @@ -578,6 +587,7 @@ min="0" :placeholder="`Cost in ${getFieldValue('currency') || 'sat'}`" :disabled="isCreatingStall" + :key="`zone-cost-${formKey}`" v-bind="componentField" /> @@ -634,7 +644,7 @@