Currently as you select multiple items from the DropDown list of 'Select', it does not remove those items, it just marks those items as 'selected'.
For a lot of UX use cases, it is better to have those selected items no longer show up in the list.
add a property for the option like clearSelectedItems=true which will filter the dropdown list of the already selected items.
You can implement this by you own.
demo: https://codepen.io/hansnow/pen/LOENWp?editors=001

Most helpful comment
You can implement this by you own.
demo: https://codepen.io/hansnow/pen/LOENWp?editors=001