-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Support input-lg sizing #975
Comments
I have the same issue with input-sm. I add btn-sm in the button generated and it works great. |
I fixed this by making the following update. It translates any input-* classes on the select to btn- classes on the button. Original code:
New code:
|
Please re-open this, as sizing is not working as expected.
No class is being outputted, and the dropdown just remains as standard sizing. |
avantika-gupta-jtg
pushed a commit
to JoshLabs/bootstrap-select
that referenced
this issue
May 14, 2020
Provides ability to not use the .btn class on the button. e.g. change styleBase to 'form-control' and style to 'input-lg'. Close snapappointments#975. Close snapappointments#933.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Old issue, fixed: #694
Somehow the commit got out of current releases
The text was updated successfully, but these errors were encountered: