Select to view content in your preferred language

Calcite-Action-Group Not Showing Unexpanded Items

131
1
Jump to solution
Tuesday
dtstopper
Occasional Contributor

After upgrading v4.33, the custom actions in popups don't show up when clicking on the '...'

dtstopper_0-1759244287508.png

The array is I'm using to populate the actions are this simple format

buttonOptions.push(
{
id: "actionLinkToReport",
image: "img/reportPDF.png",
title: "History Report"
});

The CSS for the popup appears to not be working properly after I assign my actions to the popup, can someone from ESRI please take a look or provide a proper example for usage?

0 Kudos
1 Solution

Accepted Solutions
dtstopper
Occasional Contributor

CSS issue in 4.33 is not working correctly, verified this by switching back  4.31 and then the dropdown in the popup starting working again.

to https://js.arcgis.com/4.31/esri/themes/light/main.css

View solution in original post

0 Kudos
1 Reply
dtstopper
Occasional Contributor

CSS issue in 4.33 is not working correctly, verified this by switching back  4.31 and then the dropdown in the popup starting working again.

to https://js.arcgis.com/4.31/esri/themes/light/main.css

0 Kudos