Drilldown component uses the native dialog element to provide a modal dialog which comes with browser-specific
behavior. As a result, accessibility features may vary across different browsers.Tab, Shift-TabESCfocus on trigger elementaria property:aria-labeldialog, the aria-haspopup attribute must be set using the aria
property, e.g.: aria={{ 'aria-haspopup': 'dialog' }}.