How do I display the selected tags in Select2 below the dropdown box?
问题 I am using Select2 (version 4) with tags and would like to have the selected choices display below the input field. So instead of: Rather have: Is this possible and if so how do I achieve that? EDIT: Code is: <select class="js-example-tags form-control" multiple="multiple"> <option selected="selected">orange</option> <option selected="selected">white</option> <option selected="selected">purple</option> <option selected="selected">red</option> <option selected="selected">blue</option> <option