I would like to trigger pop-ups to open when features are selected interactively from the map's 'Select' tool.
The Builder provides the option to 'Show pop-up upon feature selection', but as the more info button states: a "Selection made interactively from the map is excluded".
I have a custom copy of the COTS 'arcgis-map' widget that I can modify to enable this behaviour. Has anyone implemented this? In general steps, I think I need to listen for a selection change event, get the selected features, and then display the pop-ups.
