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
The text was updated successfully, but these errors were encountered:
sean-mckenna
changed the title
Dropdown: Clicking outside does not close the dropdown when defaultOpen is true
Dropdown: Clicking outside the component does not close it when defaultOpen is true
Nov 20, 2017
sean-mckenna
added a commit
to sean-mckenna/Semantic-UI-React
that referenced
this issue
Nov 20, 2017
Steps
Load the Dropdown with defaultOpen set to true
Click anywhere in the window, outside of the Dropdown component
Expected Result
The Dropdown should close due to the onBlur event
Actual Result
The Dropdown does not close
Version
0.76.0
Testcase
https://codesandbox.io/s/0p0p0mjw2n
The text was updated successfully, but these errors were encountered: