Skip to content

Commit

Permalink
Merge pull request #4 from lara-zeus/fix-state-path
Browse files Browse the repository at this point in the history
fix getting state path for validation
  • Loading branch information
atmonshi authored Feb 12, 2024
2 parents 5805280 + 7374150 commit ac52d89
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions resources/views/quantity.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,7 @@
:suffix-actions="$suffixActions"
:suffix-icon="$suffixIcon"
:suffix-icon-color="$getSuffixIconColor()"
:valid="! $errors->has($statePath)"
:attributes="
\Filament\Support\prepare_inherited_attributes($getExtraAttributeBag())
->class([''])
"
:valid="! $errors->has($getStatePath)"
>
<div class="w-full flex justify-between items-center gap-x-5">
<div class="grow">
Expand Down

0 comments on commit ac52d89

Please sign in to comment.