Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select2 Bootstrap4 Not searching in laravel Help me! #93

Open
MATOVUJOELCLINTON opened this issue Sep 23, 2020 · 1 comment
Open

Select2 Bootstrap4 Not searching in laravel Help me! #93

MATOVUJOELCLINTON opened this issue Sep 23, 2020 · 1 comment

Comments

@MATOVUJOELCLINTON
Copy link

MATOVUJOELCLINTON commented Sep 23, 2020

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>
@javedbaloch4
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants