I am upgrading some web maps using the JavaScript API to 4.27. The use of HTML <br> is not working in the title with this release. No problems in the content. Any work around?
"<b>Trail:</b> <br><b>City:</b> <br><b>Cross Street:</b> <br><b>Parking:</b> <br><b>Elevation:</b> ft"
Solved! Go to Solution.
FYI featureMenuOpen does not work in 4.28. Since the documentation is not out for 4.28 I am not sure if this is changing.
view.openPopup({ features: searchResults, featureMenuOpen: true, });