Fix: Add id to select field
This commit is contained in:
		
							parent
							
								
									28d7914802
								
							
						
					
					
						commit
						c6c7bda0eb
					
				|  | @ -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 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue