Hello everyone, in a grid I have a column with an editor “smart-drop-down-list filterable”
The problem is when the smart-drop-down-list popup opens, if the filter input is outside the grid, clicking on it closes automatically, as if it were clicked outside the grid.
<div>
<div> template: ‘<smart-drop-down-list filterable filter-mode=”containsIgnoreCase” incremental-search-mode=”containsIgnoreCase” sorted=”true” virtualized style=”border: none; width: 100%; “></smart-drop-down-list>’,</div>
</div>
<div></div>
<div>
<div> image description</div>
</div>