I wonder how can I remove the selected item in SELECT2. Because by default it adds an item selected in the first case. But I need you any be selected by default.
For when it loads the page, I try to click on the first item. It does not return the change event because the item is already selected.
aria-selected = "true"
$ (".select"). select2 ({
placeholder: "Select an Item"
});