What seems to be the problem:
These hooks sound great. Because I want to focus an element after Livewire rerendered it.
Here very down under
But I can not figure out, how to do this:
document.addEventListener("livewire:load", () => {
Livewire.hook('select.updating', (fromEl, toEl, component) => {})
});
This did not work. He sais: unknown hook. I tried many things.
Also I find no examples for this in the internet.
Do someone has experience with that?