diff --git a/src/views/modules/automatedWarehouse/palletAssembly.vue b/src/views/modules/automatedWarehouse/palletAssembly.vue index f1f9334..f877443 100644 --- a/src/views/modules/automatedWarehouse/palletAssembly.vue +++ b/src/views/modules/automatedWarehouse/palletAssembly.vue @@ -24,7 +24,10 @@ style="flex: 0.75;" clearable @keyup.enter.native="handlePalletScan" - @focus.native="$event.target.setAttribute('inputmode', 'none')" + inputmode="none" + autocomplete="off" + autocorrect="off" + spellcheck="false" ref="palletInput" />