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

Layout/colors and form floating (bootstrap 5) #2833

Open
Softmaker opened this issue May 30, 2023 · 0 comments
Open

Layout/colors and form floating (bootstrap 5) #2833

Softmaker opened this issue May 30, 2023 · 0 comments
Labels

Comments

@Softmaker
Copy link

I use Bootstrap Select (v1.14.0-beta3) in my Bootstrap 5 project. There is a couple things that seems to be a problem:

  1. The color of the Bootstrap Select dropdown is light gray, not like the regular dropdowns in Bootstrap 5. The arrow is also different.

Bootstrap-select

  1. Boostrap Select does not work with floating labels in Bootstrap 5:
<div class="form-floating">
  <select class="form-select selectpicker" multiple id="floatingSelect" aria-label="Floating label select example">
    <option selected>Open this select menu</option>
    <option value="1">One</option>
    <option value="2">Two</option>
    <option value="3">Three</option>
  </select>
  <label for="floatingSelect">Works with selects</label>
</div>

Bootstrap-select2

@Softmaker Softmaker added the bug label May 30, 2023
@Softmaker Softmaker changed the title Layout/colcors and form floating (bootstrap 5) Layout/colors and form floating (bootstrap 5) May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant