Skip to content

Instantly share code, notes, and snippets.

@moaalaa
Created August 7, 2024 07:45
Show Gist options
  • Save moaalaa/84682bf136dcefaccb5b1c32dff264b2 to your computer and use it in GitHub Desktop.
Save moaalaa/84682bf136dcefaccb5b1c32dff264b2 to your computer and use it in GitHub Desktop.
Livewire.hook('commit', ({ succeed }) => {
succeed(() => {
Alpine.nextTick(() => $('#select').select2());
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment