I am building out a suggestions list to show the user what options they can select in a multiselect. However, when I click on an item, it scrolls to top.
https://playcode.io/1944459
Select any 3 items from Dropdown 1, they will be shown as suggestions for dropdown 2. In dropdown 2, select the last item in the list. Notice that the menu gets scrolled to top. I want to maintain the scroll position. Please advice.