Commented enter event logic in cycle count page #474

Merged
jothi merged 1 commits from ranjith-dev into master 2026-03-11 09:39:31 +00:00

View File

@@ -73,10 +73,10 @@ class CycleCount extends Page
->label('Location')
->reactive()
->required()
->readOnly(fn (callable $get) => ! $get('plant_id'))
->extraAttributes([
'wire:keydown.enter' => 'processLocation($event.target.value)',
]),
->readOnly(fn (callable $get) => ! $get('plant_id')),
// ->extraAttributes([
// 'wire:keydown.enter' => 'processLocation($event.target.value)',
// ]),
TextInput::make('bin')
->label('Bin')
->readOnly(fn (callable $get) => ! $get('plant_id') || ! $get('location'))