Skip to content

Commit ac52d89

Browse files
authored
Merge pull request #4 from lara-zeus/fix-state-path
fix getting state path for validation
2 parents 5805280 + 7374150 commit ac52d89

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

resources/views/quantity.blade.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,7 @@
100100
:suffix-actions="$suffixActions"
101101
:suffix-icon="$suffixIcon"
102102
:suffix-icon-color="$getSuffixIconColor()"
103-
:valid="! $errors->has($statePath)"
104-
:attributes="
105-
\Filament\Support\prepare_inherited_attributes($getExtraAttributeBag())
106-
->class([''])
107-
"
103+
:valid="! $errors->has($getStatePath)"
108104
>
109105
<div class="w-full flex justify-between items-center gap-x-5">
110106
<div class="grow">

0 commit comments

Comments
 (0)