Skip to content

Select2 Bootstrap4 Not searching in laravel Help me! #93

@MATOVUJOELCLINTON

Description

@MATOVUJOELCLINTON

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions