The "calcite-action-menu" is used as menu items of the action. In the document it is not available while in the map viewer it is used.
Solved! Go to Solution.
Hi @baohuachu2,
Action Menu isn't fully supported at this time, which is why it is not in the public facing documentation. We hope to clean it up and support it for the public in the future.
Hi @baohuachu2,
Action Menu isn't fully supported at this time, which is why it is not in the public facing documentation. We hope to clean it up and support it for the public in the future.
Any progress on the documentation?
I'm trying to find a way on how to keep a menu options expanded once click: For example in the layer list widget example:
https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-actions/
When one change the opacity of a layer, the menu options collapse back to the trigger button "...". I I have a similar widget, but I want to keep the menu open, so that the user can repeatedly click on a menu action until he is happy with what he see.
Is that possible?
You could try a Dropdown with `close-on-select-disabled` - which should support the use case you describe.
Codepen example of Dropdown with `close-on-select-disabled`