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

Does not work with form-inline from bootstrap #1969

Closed
pacificobr opened this issue May 4, 2018 · 2 comments
Closed

Does not work with form-inline from bootstrap #1969

pacificobr opened this issue May 4, 2018 · 2 comments

Comments

@pacificobr
Copy link

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]

@caseyjhol
Copy link
Member

In the meantime, setting data-width="auto" or data-width="fit" on the select should fix your problem.

@caseyjhol
Copy link
Member

Released in v1.13.8!

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