© 2026 Hedgehog Software, LLC
protected function getCreateFormAction(): Action { return parent::getCreateFormAction() ->extraAttributes(['type' => 'button', 'wire:click' => 'create']); }
->extraAttributes([ 'wire:change' => "ChkItem", 'wire:keydown.enter' => "ChkItem", ])