Open Giovanni-Petrella opened 1 year ago
I propose adding buttons to check or uncheck all options in form-select by adding this code that works perfectly for me:
`@if ($multiple && $attributes->get('disabled') != true)
@endif <select @if ($isWired()) wire:model{!! $wireModifier() !!}="{{ $name }}" @else name="{{ $name }}" @endif....`
Peek 17-08-2023 19-33.webm
I propose adding buttons to check or uncheck all options in form-select by adding this code that works perfectly for me:
`@if ($multiple && $attributes->get('disabled') != true)
Peek 17-08-2023 19-33.webm