You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an autocomplete that adds selected options to a unique selection list. Once a selection is made, I clear the autocomplete trigger and disable the option to make it clear that duplicate selections are not allowed. This causes styling issues because the selected option is now also disabled. It's easy to workaround by deselecting options after their selection event fires, but I'm not so sure selected options in autocomplete should have any special styling.