diff --git a/src/Nri/Ui/Menu/V3.elm b/src/Nri/Ui/Menu/V3.elm index f52133d3..c8c22b91 100644 --- a/src/Nri/Ui/Menu/V3.elm +++ b/src/Nri/Ui/Menu/V3.elm @@ -500,7 +500,12 @@ viewCustom config = [ let buttonAttributes = [ Aria.disabled config.isDisabled - , Aria.hasMenuPopUp + , case config.purpose of + NavMenu -> + Aria.hasMenuPopUp + + Disclosure _ -> + AttributesExtra.none , Aria.expanded config.isOpen , -- Whether the menu is open or closed, move to the -- first menu item if the "down" arrow is pressed