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

Select2 Multiple Tagging Support #71

Open
dendihandian opened this issue Jul 5, 2021 · 2 comments
Open

Select2 Multiple Tagging Support #71

dendihandian opened this issue Jul 5, 2021 · 2 comments

Comments

@dendihandian
Copy link

Is this theme support for select2 multiple tagging?

The default style is like this:
image

But when I applied the theme:

$('.tagging').select2({theme: 'bootstrap4', tags: true});

The style is ugly:

image

Is there any instruction for this or it's not available?

@TomislavBabic
Copy link

This seems to be a compatibility issue with the latest Select2 version. In Select2 4.1.0 breaking changes were introduced to HTML/CSS which cause this. If you change the version of Select2 you are using to 4.0.13 (the latest version not causing this problem) it should work as expected.

@relu91
Copy link

relu91 commented Nov 15, 2021

Just a suggestion, it would be awesome to add this compatibility issue on the readme as long as this issue stays open.

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

3 participants