ant-design / pro-components

🏆 Use Ant Design like a Pro!
https://pro-components.antdigital.dev
MIT License
4.04k stars 1.29k forks source link

🐛[BUG] 文档中表单 autoFocusFirstInput 没有默认值,但是实际使用的时候是 true #8289

Closed tchen-l closed 1 month ago

tchen-l commented 1 month ago

🐛 bug 描述

文档中表单 autoFocusFirstInput 没有默认值,但是实际使用的时候会聚焦第一个表单项

📷 复现步骤

https://codesandbox.io/p/sandbox/floral-bush-yngm58?file=%2FApp.tsx%3A6%2C23

🏞 期望结果

默认不聚焦第一个表单项

© 版本信息

zhuba-Ahhh commented 1 month ago

文档没写清楚,不传默认是true的

tchen-l commented 1 month ago

文档没写清楚,不传默认是true的

了解了