Skip to content

Commit

Permalink
dont include tabindex in parent blade component attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Oct 11, 2024
1 parent 8462828 commit afa664d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
@endif
{{
$attributes
->except(['wire:target'])
->except(['wire:target', 'tabindex'])
->class([
'fi-input-wrp flex rounded-lg shadow-sm ring-1 transition duration-75',
$enabledWrapperClasses => (! $hasAlpineClasses) && (! $disabled),
Expand Down

0 comments on commit afa664d

Please sign in to comment.