blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

Popover: change default popupKind

Open bvandercar-vt opened this issue 5 months ago • 1 comments

popupKind currently defaults to "menu". This is incorrect for many cases, i.e. every case where the passed content is not a Menu. For example, if non-interactive content is passed, aria-haspopup should not be present at all (rule description).

So, don't default to menu anymore unless the passed content is a Menu. Consumer can always override.

bvandercar-vt avatar Sep 13 '24 15:09 bvandercar-vt