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
Expected result:
The input field should be focused and the dropdown should no longer be visible
Actual result:>
The dropdown closes but opens again immediately (I assume after the async result updates this.state.suggestions again)
Further information:
Regression between v5.1.0 and v5.1.1.
The text was updated successfully, but these errors were encountered:
esseb
changed the title
Dropdown opens again after selecting suggestion when gettings suggestions asynchronously
Dropdown opens again after selecting suggestion when getting suggestions asynchronously
Aug 26, 2016
Testcase:
http://codepen.io/Esseb/pen/YWomvQ
Expected result:
The input field should be focused and the dropdown should no longer be visible
Actual result:>
The dropdown closes but opens again immediately (I assume after the async result updates
this.state.suggestions
again)Further information:
Regression between v5.1.0 and v5.1.1.
The text was updated successfully, but these errors were encountered: