closeeAll() method?

I have a select button populated with values. The user clicks on the button and the items appear. I need to be able to programmatically “close” this list… for example, if user takes an action like deleting a row in a grid, I want to close the drop down list of values since they are no longer selecting the related row.

I don’t see a way to do this on the API… any hints?

There is not a public method to close options list in toolbar. You may call a public method _doOnClick to close an active select in toolbar:

toolbar._doOnClick()