From 313dc012d506427f124129836187a49ecdab9213 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 15 Jul 2025 13:57:01 +0530 Subject: [PATCH] issue solve for slow going process of item code in production quantity --- app/Filament/Pages/ProductionQuantityPage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Filament/Pages/ProductionQuantityPage.php b/app/Filament/Pages/ProductionQuantityPage.php index bce1029f3..4cd5c48a6 100644 --- a/app/Filament/Pages/ProductionQuantityPage.php +++ b/app/Filament/Pages/ProductionQuantityPage.php @@ -342,7 +342,6 @@ class ProductionQuantityPage extends Page implements HasForms ->reactive() ->default(fn () => $this->clear_qr) ->extraAttributes([ - 'wire:ignore' => '', 'wire:keydown.enter' => 'processAllValues($event.target.value)', ]),