We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use Bootstrap Select (v1.14.0-beta3) in my Bootstrap 5 project. There is a couple things that seems to be a problem:
<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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use Bootstrap Select (v1.14.0-beta3) in my Bootstrap 5 project. There is a couple things that seems to be a problem:
The text was updated successfully, but these errors were encountered: