From effa8bebebcd3c01fa3cd6e29c74c7ecc82deed6 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 30 Sep 2025 11:52:30 +0530 Subject: [PATCH] Remove enter key hint from scan serial number input in ReworkLocatorInvoiceValidationResource form --- .../Resources/ReworkLocatorInvoiceValidationResource.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Filament/Resources/ReworkLocatorInvoiceValidationResource.php b/app/Filament/Resources/ReworkLocatorInvoiceValidationResource.php index 59af4d1..18203d4 100644 --- a/app/Filament/Resources/ReworkLocatorInvoiceValidationResource.php +++ b/app/Filament/Resources/ReworkLocatorInvoiceValidationResource.php @@ -95,7 +95,6 @@ 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')