Skip to content

Commit

Permalink
fix autofocus not working in wizard steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Sep 6, 2024
1 parent 74ddd32 commit 9fbf600
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
'aria-labelledby' => $id,
'id' => $id,
'role' => 'tabpanel',
'tabindex' => '0',
], escape: false)
->merge($getExtraAttributes(), escape: false)
->class(['fi-fo-wizard-step outline-none'])
Expand Down

0 comments on commit 9fbf600

Please sign in to comment.