4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript98,031 stars (98,031 stars)54,612 forks (54,612 forks)batch import
Inactivehelp wanted🐛 Bug
説明
Reproduction link

Steps to reproduce
null
What is expected?
show arrow
What is actually happening?
not show arrow
| Environment |
Info |
| antd |
4.22.8 |
| React |
16.14 |
| System |
Mac |
| Browser |
Chrome |
- Issue 種別
- bug
- 調査方針
- Investigate the Dropdown component in ant design, specifically the logic for rendering the arrow when trigger is set to 'contextMenu'. Look at the source files under components/dropdown/ to see how the arrow visibility is controlled and why it might not appear for contextMenu triggers. Check if there is a missing condition or style override. The reproduction link provided in the issue can be used to test changes.