-
-
Notifications
You must be signed in to change notification settings - Fork 459
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
type: onChange callback should define 'option' as Option | Option[] | undefined #1090
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Walkthrough此次更改对 Changes
Assessment against linked issues
Possibly related PRs
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 eslint
src/Select.tsxOops! Something went wrong! :( ESLint: 8.57.1 Error: Cannot read config file: /.eslintrc.js
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)src/Select.tsx (1)
此更改使 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1090 +/- ##
=======================================
Coverage 98.24% 98.24%
=======================================
Files 39 39
Lines 1483 1483
Branches 419 447 +28
=======================================
Hits 1457 1457
Misses 26 26 ☔ View full report in Codecov by Sentry. |
@zombieJ 这个会发 patch 吗 |
我记得还有其他的 PR 要合并提一个 minor,应该要等等 |
是可以合进 master 的 minor 吗,但是如果变更大,抬进 feature 的话,用户可能就等的比较久了~ 希望没添乱,辛苦佬回复。 |
close ant-design/ant-design#51789
Summary by CodeRabbit
新功能
listHeight
、listItemHeight
和component
。变更
multiple
、tags
和combobox
。onChange
事件处理程序,返回OptionData
而非ReactNode
。可访问性增强
aria-live="polite"
属性。