ProductBarcode: BarcodeModal: launch search on "Return" key

This commit is contained in:
Crumb Owl
2025-07-14 16:30:34 +00:00
parent 9271cdae4b
commit b5d13380fe

View File

@@ -11,6 +11,7 @@
class="w-[30%]"
:model-value="barcode"
:label="$t('components.item.product_import.barcode')"
@keyup.enter="retrieveProductInfo(barcode)"
/>
<Button
:variant="searching ? 'destructive' : 'default'"