Select to view content in your preferred language

HTLM <br> in popup broken in 4.27 in title

1266
10
Jump to solution
08-16-2023 09:15 AM
MatthewDriscoll
MVP Alum

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"

 

 

 

Tags (3)
10 Replies
MatthewDriscoll
MVP Alum

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,
      });

 

0 Kudos