MenuList: MenuList

MenuListR Documentation

Description

https://mui.com/material-ui/api/menu-list/

Usage

MenuList(...)

Arguments

...

Props to pass to the component.

Details

  • autoFocus bool
    Default is FALSE If true, will focus the role="menu" container and move into tab order.

  • autoFocusItem bool
    Default is FALSE If true, will focus the first menuitem if variant="menu" or selected item if variant="selectedMenu".

  • children node
    Default is - MenuList contents, normally MenuItems.

  • disabledItemsFocusable bool
    Default is FALSE If true, will allow focus on disabled items.

  • disableListWrap bool
    Default is FALSE If true, the menu items will not wrap focus.

  • variant 'menu'| 'selectedMenu'
    Default is 'selectedMenu' The variant to use. Use menu to prevent selected items from impacting the initial focus and the vertical alignment relative to the anchor element.

Value

Object with shiny.tag class suitable for use in the UI of a Shiny app.


muiMaterial documentation built on Jan. 26, 2026, 5:07 p.m.