-
-
Notifications
You must be signed in to change notification settings - Fork 50.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ConfigProvider support config Input autoComplete
#23455
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add tests to make sure this change works as expected?
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit bf0ccbf:
|
Codecov Report
@@ Coverage Diff @@
## feature #23455 +/- ##
========================================
Coverage 98.48% 98.48%
========================================
Files 364 364
Lines 7324 7328 +4
Branches 2009 2010 +1
========================================
+ Hits 7213 7217 +4
Misses 111 111
Continue to review full report at Codecov.
|
form 支持 autoComplete 的,是否已经能满足批量设置的需求了。 |
Ooh, I'm really looking forward to this fix. Thanks for making it @zombieJ! |
不是所有情况下,Input 都放在 form 里。另外,每个用到表单的页面都来个 |
不在 form 里的 Input 不会生成 autoComplete 列表吧? |
https://codesandbox.io/s/thirsty-gagarin-t6s6b?file=/src/App.js 第一个 Input 随便输入啥,回车。然后再在第二个输入框点一下。 |
name 是个麻烦事。 |
在DatePicker中的input也无效,这个太长的话,往往会遮挡住日期选框 |
🤔 This is a ...
🔗 Related issue link
resolve #23437
💡 Background and solution
📝 Changelog
input
prop to config InputautoComplete
.input
属性以支持全局化配置 InputautoComplete
的默认值。☑️ Self Check before Merge
View rendered components/config-provider/index.en-US.md
View rendered components/config-provider/index.zh-CN.md