I have an app (JSAPI 4.28) where the user searches an address and views various districts (police, fire, voting precinct, etc) associated with the address. In the popup header, the user can switch between these features using the arrows. Is there anyway to detect when the user clicks on these arrows to change the feature? If not, is there anyway to remove the header?
Solved! Go to Solution.
You can use reactiveUtils to watch for when the popup.selectedFeature changes, that should do it.
You can use reactiveUtils to watch for when the popup.selectedFeature changes, that should do it.