6 Kommentare (6 Kommentare)2 Reaktionen (2 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)TypeScript98.031 Stars (98.031 Stars)54.612 Forks (54.612 Forks)batch import
6.xInactivehelp wanted🐛 Bug
Beschreibung
Reproduction link

Steps to reproduce
点击选择框的选择图标(向下的箭头)
What is expected?
出现选择框
What is actually happening?
选择框出现后立刻关闭
| Environment |
Info |
| antd |
6.0.0 |
| React |
19.2.0 |
| System |
win 11 |
| Browser |
Microsoft Edge 142.0.3595.94 |
- Issue Type
- bug
- Voraussetzungen
- Keine
- Research-Richtung
- This issue reports that clicking the arrow icon on the antd Select component closes the dropdown immediately after opening. To investigate, start by examining the Select component's source code in `components/select` of the ant design repository. Focus on the click event handling for the suffix icon and the dropdown visibility state. Check the issue comments for any additional debugging insights or similar past issues. The reproduction is on StackBlitz, so also review the reproduction code to isolate the problem.