Tweak file input error (multiple input bug) #4

This commit is contained in:
samy
2025-06-17 17:15:43 -10:00
parent 734013ce5e
commit 56af3e1372
@@ -24,5 +24,5 @@
<x-sk::form.help>{{ $help }}</x-sk::form.help>
@endif
<x-sk::form.error :$name :$type :$multiple />
<x-sk::form.error :$name :$type @isset($multiple) :multiple="$multiple" @endisset />
</div>