Darnes
404 | NOT FOUND after delete records
I have three form and one table in resource custom page
one of them have Action to delete all the records in table
when do action 404 | NOT FOUND appear
and I must refresh to clear the error
when I track the console :
POST http://127.0.0.1:8000/livewire/update 404 (Not Found)
livewire.js?id=a27c4ca2:4183
2 replies
can set focus to Select with Alpine
if any way to make select get focus by Alpine JS
TextInput::make('q1')
->extraAttributes(
[
'x-on:keydown.enter' => "$focus.focus(item_id)",
]
)
it get focus only when not searchable(),
Even when I try to get focus vis JS script the same thing.
2 replies
error on createOptionsForm in multiple forms in livewire page
Missing [$rules/rules()] property/method on: [App\Livewire\Buy\InpBuy].
this error message when press add button in CreateOptionForm in livewire page with multiple forms.
Although the same CreateOptionForm with the same code work well in other resource page.
14 replies