orzyyyy
|
63b33d4020
|
fix: unexpected changes of snapshots
|
5 years ago |
Hieu Pham
|
53ce81690e
|
Fix circular dependency in Menu
https://github.com/ant-design/ant-design/issues/17803
Co-authored-by: Hau Dao <hau.vdao@gmail.com>
|
5 years ago |
Ivan
|
9fdf41740d
|
Extend MenuItemProps from HTMLAttributes<HTMLLIElement> (#17629)
|
5 years ago |
zombieJ
|
008136ece1
|
fix: Tooltip not hidden when menu is in control mode (#16812)
|
6 years ago |
zombiej
|
9f3c357053
|
add test case
|
6 years ago |
zombiej
|
f7df66b97c
|
fix tooltip not works
|
6 years ago |
zy410419243
|
ae8b52c290
|
fix: MenuItem should not render Tooltip when inlineCollapsed is false
|
6 years ago |
zy410419243
|
9dec5ecedc
|
chore: remove useless context from Menu.Item
|
6 years ago |
Frezc
|
c5b98c27c7
|
add export to MenuItemProps
|
6 years ago |
Gabe Medrash
|
dfc9b24c98
|
Properly type onMouseEnter and onMouseLeave events
|
6 years ago |
iojichervo
|
e5a1e30055
|
Add MenuItem style type
|
6 years ago |
ztplz
|
8cce556309
|
Add onMouseEnter and onMouseLeave for Menu Item (#14454)
fix #14357
|
6 years ago |
陈帅
|
daca08b6f1
|
merge master
|
6 years ago |
ztplz
|
05cf557ee1
|
Format menu
|
6 years ago |
afc163
|
56665144ae
|
💄 fix MenuItem code style
|
6 years ago |
陈帅
|
8e11f0bdb9
|
merge support prettier
|
6 years ago |
陈帅
|
dca9715186
|
support prettier
|
6 years ago |
sylvanasGone
|
210aab8d51
|
fix: add onClick prop
|
6 years ago |
Yury Kozyrev
|
c9fb5e6ea8
|
add missing classname prop
|
6 years ago |
zombieJ
|
d366886dcb
|
add title support in menu item (#12952)
* add title support in menu item
* hide title when inlineCollapsed
* fix typo
|
6 years ago |
afc163
|
9b9c4c7dec
|
fix typescript errors
|
6 years ago |
Wei Zhu
|
064bfaf554
|
Add @types/prop-types
|
6 years ago |
afc163
|
6e6b1ccdec
|
chore: code style
|
7 years ago |
Wei Zhu
|
56e3384c6b
|
Revert "MenuItem: avoid rendering Tooltip unless necessary (#9636)"
This reverts commit 0754845aff .
Conditional rendering will break the transition animation,
since React will create new DOM node when inlineCollapsed changges.
Fix https://github.com/react-component/menu/issues/139
|
7 years ago |
Wu Haotian
|
0754845aff
|
MenuItem: avoid rendering Tooltip unless necessary (#9636)
* MenuItem: avoid rendering Tooltip unless necessary
* MenuItem: remove extra check for tooltip.title
|
7 years ago |
Wei Zhu
|
b6c6ee8f3e
|
Fix implicit any error for Modal and Menu
|
7 years ago |
Wei Zhu
|
479a5cb743
|
Remove allowSyntheticDefaultImports (#8218)
|
7 years ago |
Benjy Cui
|
06a1b6ed23
|
fix: should not throw error when keydown in menu, close: #8089 (#8211)
|
7 years ago |
vgeyi
|
8bde0c0fee
|
Rewrite the MenuItem to handle ref for react 16 (#8037)
* ReWrite MenuItem to remove ref warning for react 16
* unified coding style
* add removing semicolon
|
7 years ago |
Tom Gao
|
9e54bebf33
|
fix: when menuitem is seleted, but submenu is not seleted (#7042)
|
7 years ago |
afc163
|
6e145bfad3
|
Add tooltip for collapsed menu item
|
8 years ago |