Dan Harrin
Dan Harrin
This has been renamed in #15121
> In HTML, the value tabindex="0" indicates that an element should be included in the default navigation order, based on its position in the source code. This allows elements that...
Actually, I think I have found the reason here: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-automatic/#accessibilityfeatures
@mokhosh Maybe a better solution involves JavaScript, which checks if any elements with the `autofocus` attribute exist inside the container, and if there are then we don't include this attribute.
This looks good to me, thanks
Thanks @borjajimnz!
I think this is fixed if you include `@livewireScripts` on your 404 page :) Which is the thing that loads Alpine. Or load the Alpine CDN.
You can install Alpine on a page without loading Livewire, but it isn't Filament's responsibility to do so
> But I think I am of the opinion that a relationship should not be saved if the field is not dehydrated. Fields like repeater which have a relationship are...
I think I'll do a specific check *just for select* where if it is a singular select, it will not save the relationships when not dehydrated