diff --git a/app/Filament/Resources/ReworkLocatorInvoiceValidationResource.php b/app/Filament/Resources/ReworkLocatorInvoiceValidationResource.php index 18203d4..59af4d1 100644 --- a/app/Filament/Resources/ReworkLocatorInvoiceValidationResource.php +++ b/app/Filament/Resources/ReworkLocatorInvoiceValidationResource.php @@ -95,6 +95,7 @@ class ReworkLocatorInvoiceValidationResource extends Resource ->readOnly(fn (callable $get) => (!$get('plant') || !$get('rework_type') || ($get('rework_type') == 'invoice' && !$get('invoice_number')) || $get('scan_serial_no'))) ->extraAttributes([ 'wire:keydown.enter' => 'processPalletno($event.target.value)', + 'enterkeyhint' => 'done', ]), Forms\Components\TextInput::make('scan_serial_no') ->label('Scan Serial No')