blueprint
blueprint copied to clipboard
Popover: change default popupKind
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.