react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Pagination page dropdown does not hide again when clicking away from dropdown menu
On Firefox v80.0.1 clicking outside of the pagination size-per-page dropdown menu AFTER is it has been opened does not hide the size-per-page dropdown menu again. Works in Chrome v85.0.4183.83. The show and open classes are not being removed.
To Reproduce
- Click on size-per-page dropdown list.
- Do not make a selection.
- Click anywhere else but inside of the dropdown list.
Also happens in the demo https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Pagination&selectedStory=Basic%20Pagination%20Table&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel
This still happens isn't true?