intermine / im-tables-3

clojurescript library to display and manipulate intermine query results on a webpage
http://www.intermine.org
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Using Select component to set filter for one column closes popover #116

Closed heralden closed 3 years ago

heralden commented 3 years ago

If you click the filter icon on a column header to open the filter popover, then select = or a different constraint operator which uses the Select component to show possible values, then change the value of the Select dropdown, it will close the popover.

This is probably a regression that appeared when changing Select to use a portal so it wouldn't be constrained by the overflow property.

Edit: Seems like this can also happen to the constraint dropdown, when selecting an option that's outside the container?