diff --git a/app/View/Form/Select.php b/app/View/Form/Select.php index 5b869f13..89db5bfd 100644 --- a/app/View/Form/Select.php +++ b/app/View/Form/Select.php @@ -33,7 +33,7 @@ class Select extends Component @endif <div class="relative flex-none flex"> - <select {{$attributes}} @if($disabled) disabled @endif name="{{$name}}" + <select {{$attributes}} @if($disabled) disabled @endif name="{{$name}}" id="{{$id}}" class=" w-full h-[var(--height)] border-gray-600 border-solid text-gray-300 bg-gray-700 leading-none rounded-lg group-[.size-default]:border-2 group-[.size-sm]:border