menu
menu copied to clipboard
React Menu
All of the sudden my application started crashing at ` node_modules/antd/node_modules/rc-menu/es/SubMenu.js:260` ``` 260 | var getPopupContainer = props.parentMenu.isRootMenu ? props.parentMenu.props.getPopupContainer : function (triggerNode) { return triggerNode.parentNode; }; ``` with an...
`Courses` It gives link to only Courses text. How to give a link to menuitem
There are two ways to trigger pop: ['click', 'hover'], is there any other way to not trigger the pop
In https://github.com/react-component/menu/blob/master/README.md where `builtinPlacements` is being defined, This URL: [placements.jsx](https://github.com/react-component/menu/blob/master/src/placements.jsx) Should instead be pointing to: [placements.ts](https://github.com/react-component/menu/blob/master/src/placements.ts)
I want to do this, please guide me how to do this. I'm a newbie.
This seems a little goofy, but when expanding an inline SubMenu, the text sometimes gets highlighted. We first saw this issue while using this library but I was able to...
Hey.. Sometimes it would be nice, to have a text inside dividers, as section name or some else. An Example can find here: https://jsfiddle.net/RizziCR/5jLu83ab/ ``
It would be awesome to have the types for typescript included in this repository. Is there something blocking to make this reality?
reference https://github.com/ant-design/ant-design/issues/19276. the line: ``` import React from 'react'; ``` should be ``` import * as React from 'react'; ```
version: `"7.4.23` `react-test-renderer` is `16.9.0` `react`: `16.9.0` `typescript`: `3.6.3` ```ts import React from 'react' import renderer from 'react-test-renderer' import { Menu } from 'antd' describe('component: MainHeader', () => { it('base:...