select2-bootstrap-theme icon indicating copy to clipboard operation
select2-bootstrap-theme copied to clipboard

Select2 Bootstrap4 Not searching in laravel Help me!

Open MATOVUJOELCLINTON opened this issue 5 years ago • 1 comments

am using select2 bootstrap4 for select but when i put the foreach it picks the data in DB but can't search through that data

<div class="form-group col-md-4 mb-3">
     <label>Device Make</label>
         <select name="Barcode" class="form-control select2bs4" style="width: 100%;" required>
             <option selected disabled>Select Barcode</option>
               @foreach ($Barcode as $devices)
                     <option>{{$devices -> Barcode}}</option>
               @endforeach
          </select>
</div>

MATOVUJOELCLINTON avatar Sep 23 '20 08:09 MATOVUJOELCLINTON

@MATOVUJOELCLINTON, Is this resolved? Can you share how did you resolve it?

javedbaloch4 avatar May 05 '24 20:05 javedbaloch4