Closed
Description
Version
react-bootstrap-typeahead 5.2.1 (6.0.0-alpha.8 also affected)
react 17.0.1
react-dom 17.0.1
Steps to reproduce
Go here: https://codesandbox.io/s/rbt-multi-not-closing-forked-ppj01
- Click on the bottom (third) typeahead
- Click on the middle (second) typeahead
Expected Behavior
The third typeahead should close.
Actual Behavior
The third typeahead stays open, obscuring the second.
Behaves as expects when:
- Using React 16.x
- Opening a typeahead where
multiple={false}
- Clicking anywhere else on the page.