diff --git a/package.json b/package.json index d352124..68b454b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@supplycart/ui", - "version": "1.14.35", + "version": "1.14.36", "repository": { "type": "git", "url": "https://github.com/supplycart/ui" diff --git a/src/form/components/QuantityInput.vue b/src/form/components/QuantityInput.vue index 7bbc296..0842e8e 100644 --- a/src/form/components/QuantityInput.vue +++ b/src/form/components/QuantityInput.vue @@ -23,7 +23,10 @@ :description="description" :required="required" :input-class="inputClass" - @focus="onFocus = true" + @focus=" + onFocus = true; + focus(); + " />