23 comments (23 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
説明
Reproduction link

Steps to reproduce
点击 submit
What is expected?
执行 onFinish
What is actually happening?
刷新页面
| Environment |
Info |
| antd |
5.19.1 |
| React |
latest |
| System |
mac |
| Browser |
chrome |
- Issue 種別
- bug
- 調査方針
- Examine the provided StackBlitz demo to understand the nested Form structure. Inspect antd's Form component implementation, particularly the onSubmit handler and any event propagation logic. Look at related issues or PRs for similar problems. The fix may involve ensuring event.preventDefault() is called on the outer form or handling nested form submission correctly.