Web: Components: FilterInput: Added backdrop for DropDown on touch devices

This commit is contained in:
Ilya Oleshko 2019-12-27 11:49:58 +03:00
parent e85b0370b6
commit 526949cebd

View File

@ -111,6 +111,7 @@ class HideFilter extends React.Component {
className="drop-down"
manualY="8px"
open={this.state.popoverOpen}
clickOutsideAction={this.handleClick}
>
{this.props.children}
</DropDown>