update to livewire 3

This commit is contained in:
HolgerHatGarKeineNode
2023-11-20 18:20:40 +01:00
parent a392e6fee0
commit adc9d625d9
577 changed files with 585 additions and 7703 deletions

View File

@@ -15,7 +15,7 @@ $maxWidth = [
<div
x-data="{
show: @entangle($attributes->wire('model')).defer,
show: @entangle($attributes->wire('model')),
focusables() {
// All focusable element types...
let selector = 'a, button, input:not([type=\'hidden\']), textarea, select, details, [tabindex]:not([tabindex=\'-1\'])'