Commented enter event logic in cycle count page
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Has been cancelled
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Has been cancelled
Laravel Larastan / larastan (pull_request) Has been cancelled
Laravel Pint / pint (pull_request) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Has been cancelled
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Has been cancelled
Laravel Larastan / larastan (pull_request) Has been cancelled
Laravel Pint / pint (pull_request) Has been cancelled
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user