Is this theme support for select2 multiple tagging? The default style is like this:  But when I applied the theme: ```js $('.tagging').select2({theme: 'bootstrap4', tags: true}); ``` The style is ugly:  Is there any instruction for this or it's not available?