Bootstrap-select: Boostrap select is not working with Bootstrap 4.0 Beta version

Created on 4 Sep 2017  路  11Comments  路  Source: snapappointments/bootstrap-select

Hi All,

The Bootstrap select is not showing options when clicked. Showing a blank container without any option.
See this:
bs

I am getting issue with Bootstrap select (v1.12.4) and Bootstrap latest version 4.0 (Beta release).
but after all research & debug i could not get any solution.

Is there any solution to this issue?

I appreciate any help on this.

Thanks
Tejas

Most helpful comment

Bootstrap 4 support has officially been added in v1.13.0!

All 11 comments

See #1135

Hello @faesin ,

Thanks for your reply.

I checked that PR but i could not understand what is the issue with boostrap select.
Can you please explain?

I also noticed that i am getting JS error on console:
index.js:38 Uncaught TypeError: Cannot read property 'jquery' of undefined

Where index.js belongs to popper.js i think.

Thanks

Hi @faesin ,

After reviewing the comments, i am able to manage the boostrap select now.

but i found there are some options which are not working with BS4.
For example,

jQuery('.selectpicker').selectpicker({
        container: 'panel-body',
        size: 5
});

This options are not working. Also FYI i am using for select box.

<select class="selectpicker2">
   <optgroup label="PHONES">
      <option value="Mobile" data-icon="fa-mobile">Mobile</option>
      <option value="Main" data-icon="fa-phone">Main</option>
      <option value="PPersonal" data-icon="fa-phone">Personal</option>
      <option value="Business" data-icon="fa-phone">Business</option>
      <option value="iPhone" data-icon="fa-mobile-phone">iPhone</option>
      <option value="Fax" data-icon="fa-fax">Fax</option>
   </optgroup>
</select>

Hope to find some solution soon for this option.

+1

Bootstrap 4 support is a work in progress. Please search next time.

Has this been resolved? I am running into the same problem. Thanks!

Is it fixed? I have the same issue.

Bootstrap 4 support has been added as a part of v1.13.0-beta, available here: https://github.com/snapappointments/bootstrap-select/releases/tag/v1.13.0-beta. Please post any issues in that repo from now on.

Bootstrap 4 support has officially been added in v1.13.0!

I have a problem like that.
The field did not shown when i am click the option in multiselect.

Any one can suggest to me?

I just get: "Uncaught TypeError: Cannot read property 'Constructor' of undefined"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AndreasPresthammer picture AndreasPresthammer  路  3Comments

anton164 picture anton164  路  4Comments

M1chae1 picture M1chae1  路  3Comments

alex-piccione picture alex-piccione  路  4Comments

edwolfe807 picture edwolfe807  路  3Comments