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)', ]),