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
That dropdown is a collection of divs, you have to call the .dropdown() function on the element to make it interactable. Here's a working jsfiddle: https://jsfiddle.net/7x6bkhns/
<selectclass="ui selection dropdown"><optionvalue="">Select an option</option><optionvalue="1" data-text="I am Option 1">Opt. 1</option><optionvalue="2" data-text="I am Option 2">Opt. 2</option><optionvalue="a" data-text="I am Option A">Opt. A</option><optionvalue="b" data-text="I am Option B">Opt. B</option></select>
Steps
Expected Result
The dropdown menu should open upon clicking.
Actual Result
The dropdown menu won't open when clicked; besides that, the arrow icon isn't centered.
Version
2.5.0
Testcase
https://jsfiddle.net/marxhanna/vcng10yf/1/
Note: On the presented testcase the arrow icon is centered accordingly, but when I test the code on my browser it stays crooked.
The text was updated successfully, but these errors were encountered: