Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bootstrap 5 #1978

helgator started this conversation in General
Mar 2, 2023 · 4 comments · 2 replies
Discussion options

Hi, I am new to selectize. I was able to get it working but how do I enable the Bootstrap 5 styles?

Is there a way to make it work with Bootstrap 5 "floating labels"?

Thanks

You must be logged in to vote

Replies: 4 comments 2 replies

Comment options

@helgator Did you ever find a solution for this? I'm looking for one as well. As far as I can see it's not supported in the bs5 theme scss.

You must be logged in to vote
0 replies
Comment options

Hi, I am new to selectize. I was able to get it working but how do I enable the Bootstrap 5 styles?

Is there a way to make it work with Bootstrap 5 "floating labels"?

Thanks

The quickest way to enable BOOTSTRAP 5 working with your selectize is to just use selectize.bootstrap5.css .

Download the file here https://github.com/selectize/selectize.js/blob/master/dist/css/selectize.bootstrap5.css

Then remove the default selectize css file - selectize.default.min.css

You must be logged in to vote
2 replies
Comment options

I had tried to grab the scss previously but there was no styling for the floating labels in bootstrap 5.

Comment options

Should I remove 'selectize.css' also?

Comment options

I use bootstrap's dark and light option and it can be changed dynamically, how is it possible to change the selectize style in this case?

You must be logged in to vote
0 replies
Comment options

.selectize-input {
padding-top: 26px !important;
padding-bottom: 6px !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
}

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /