I am attempting to add the disabled property when an option is selected to prevent users from trying to select it again and remove the property when the "X" icon is clicked.
Right now the prop removal works when only one option is added at a time but when multiple options are added the prop only gets removed off of the most recently added option.
Check
JSFiddle for project