I’m trying to hide the anchor menu for the ComboBox because it stays visible even during times when it should be hidden. Here is a breakdown of my problem:
-
Click ComboBox
-
Click some other button on the widget which makes a new window appear.
-
The anchor menu stays open even though it should close. (image below)
There seems to be no way of hiding the anchor menu for ComboBoxes through code without 1) ripping apart the engine or 2) designing a new ComboBox Object completely from scratch in slate. The option for setting IsOpen() on the SMenuAnchor is not accessible.
I have tried to search for a solution but nothing comes up. Have anyone else had this problem?
