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

Modifications to work with Bootstrap 4.6 #275

Open
plecos opened this issue Feb 9, 2021 · 0 comments
Open

Modifications to work with Bootstrap 4.6 #275

plecos opened this issue Feb 9, 2021 · 0 comments
Labels
bootstrap4 For issues related to Bootstrap 4

Comments

@plecos
Copy link

plecos commented Feb 9, 2021

In order to make this look correct in my app, I had to do the following changes:

@line 114 I added:

this.$element.addClass('form-control');
this.$element.removeClass('ml-3');

When I put these lines in, it looks very nice and the dropdown lines up with the input. I post this to see if anyone had any better way of doing this.

@tiesont tiesont added the bootstrap4 For issues related to Bootstrap 4 label Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootstrap4 For issues related to Bootstrap 4
Projects
None yet
Development

No branches or pull requests

2 participants