Select2 (Default Theme) and Select2 (Bootstrap4 Theme) not working into same page
See original GitHub issueIssue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
How to resolve this select2 appearance problem? (working ...
Solution, that worked for me was removing theme: 'bootstrap4' from my select2 function. On the GitHub page the usage was described as:
Read more >Common problems - The jQuery replacement for select boxes
This issue occurs because Bootstrap modals tend to steal focus from other elements outside of the modal. Since by default, Select2 attaches the...
Read more >Examples - Select2 - JeeSite
A placeholder value can be defined and will be displayed until a selection is made. Select2 uses the placeholder attribute on multiple select...
Read more >Select2 - Krajee Yii Extensions - © Kartik
The theme property if not set, will automatically default to one of the following themes based on your bootstrap version: Select2::THEME_KRAJEE_BS5 for ...
Read more >select2-theme-bootstrap4 - npm
Start using select2-theme-bootstrap4 in your project by running `npm i select2-theme-bootstrap4`. There are 6 other projects in the npm ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see what you mean, I added a box-shadow override for the select2 bootstrap4 theme in v3-dev branch.
I’ve released rc.6 with this change/fix.