Skip to content

Commit

Permalink
Use input attribute bag on input
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Oct 19, 2023
1 parent 9d87d18 commit a75f725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class="fi-fo-text-input fi-pw-input-wrapper"
])>
<x-filament::input
:attributes="
\Filament\Support\prepare_inherited_attributes($getExtraAttributeBag())
\Filament\Support\prepare_inherited_attributes($getExtraInputAttributeBag())
->merge($extraAlpineAttributes, escape: false)
->merge([
'class' => 'fi-pw-input',
Expand Down

0 comments on commit a75f725

Please sign in to comment.