How to make bootstrap button dropdown menu selectable by keyboard

后端 未结 2 1386
耶瑟儿~
耶瑟儿~ 2020-12-18 18:54

Bootstrap button dropdown: http://twitter.github.com/bootstrap/components.html#buttonDropdowns

When i select a button dropdown, i would like to use keyboard up/down

2条回答
  •  庸人自扰
    2020-12-18 19:34

    Bootstrap has native support for keyboard navigation.

    Just add role="menu" to your dropdown-menu

    Here is an example, just save as .html and take a test

    
    
      
      
      
    
    
      

    http://jsfiddle.net/damphat/WJS9p/

提交回复
热议问题