For a list widget, there are map actions the can be configured when a list item is selected, such as filtering data, pan, zoom the map, etc. I think it would be really useful to add an additional action to 'display the popup' for the selected feature on the map. That way, one could configure the map to zoom to a feature and display the popup.
A related idea is to configure the popup to close when an item is selected via the list. For my app, the behavior is like this. When one selects a list item, the map zooms to the feature and a details widget displays info for that feature. All good except for this scenario: users may have clicked on a map feature previously, and have a popup displayed. Now, if they select a list item, the details widget shows info for that project, but the popup is still displaying, likely for a different feature, and that's confusing. I Should be able to configure closing the popup.
Thanks