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
When I use the class form-inline in a form the select does not follow this configuration.
<form class="form-inline"> <select class="selectpicker"> <option>Mustard</option> <option>Ketchup</option> <option>Barbecue</option> </select> </form>
And it gets worse if I use multiple (select with multiple values)
I'd really love to use this plugin, but this problem doesn't allow me.
Best regards. [Brazil]
The text was updated successfully, but these errors were encountered:
Set bootstrap-select to have width: auto when inside .form-inline (…
.form-inline
44e44f4
…also minor CSS refactor) (#1969)
In the meantime, setting data-width="auto" or data-width="fit" on the select should fix your problem.
data-width="auto"
data-width="fit"
Sorry, something went wrong.
Released in v1.13.8!
No branches or pull requests
When I use the class form-inline in a form the select does not follow this configuration.
And it gets worse if I use multiple (select with multiple values)
I'd really love to use this plugin, but this problem doesn't allow me.
Best regards.
[Brazil]
The text was updated successfully, but these errors were encountered: