select2-bootstrap-theme
                                
                                 select2-bootstrap-theme copied to clipboard
                                
                                    select2-bootstrap-theme copied to clipboard
                            
                            
                            
                        A Select2 v4 Theme for Bootstrap 3
I use a **custom border-width** on my buttons and form-controls of 3px using a custom variable which I called `$input-border-width`. At the moment I override the select2-bootstrap-theme like so: ```...
Cloned repo, then executed the command: npm install ``` npm ERR! peerinvalid The package grunt does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants grunt@>=1.0.1 npm...
Hi all, since beta8 I can't use this repo with [rails-assets](https://rails-assets.org/) anymore (problem relates to the following commit: https://github.com/select2/select2-bootstrap-theme/commit/494123dbaa0d08311fc908ba1d0a04da6f81c168) Rails assets uses bower's main property to decide which files it...
- The selection choice color must follow the btn color instead of input to be more compliant with bootstrap theme - add 2 variables in order to customize the selection...
Fix multi select theme breaking when used with a dark theme like bootstrap slate.
Please add copyright statement to [select2-bootstrap.css](../blob/master/dist/select2-bootstrap.css). Thanks.
Select2 search box is showing in drop-down but cant able able to type like showing read-only this issue only for mozila browser. I checked all above solutions but no result....
set o focus $(document).on('select2:open', () => { document.querySelector('.select2-search__field').focus(); });
### Code ```HTML Select one 1 2 3 4 Show dialog Select one 1 2 3 4 $(document).ready(() => { $("select").select2() }) ```
I can't move to the next field when I open Select2. Also, the cursor doesn't automatically move to the search field. Use the code to move between fields by pressing...