-
Notifications
You must be signed in to change notification settings - Fork 732
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: select search position #2298
Conversation
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 8cade7d:
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## release #2298 +/- ##
===========================================
- Coverage 88.25% 87.96% -0.29%
===========================================
Files 441 441
Lines 26072 26151 +79
Branches 6659 6686 +27
===========================================
- Hits 23010 23004 -6
- Misses 3062 3147 +85 ☔ View full report in Codecov by Sentry. |
Passing run #2579 ↗︎
Details:
Review all test suite changes for PR #2298 ↗︎ |
Dropdown search |
中文模板 / Chinese Template
What kind of change does this PR introduce? (check at least one)
PR description
Select 支持 searchPosition 配置,提供类似 TreeSelect 中的交互,将搜索框至于下拉列表中
✅若同时设置了 topSlot
✅disabled时
✅ 键盘事件,在searchPosition 为dropdown时。键盘事件需要加在 Input 上?
✅showClear=true 时,点击输入框的清空按钮,将同时清空 inputValue 和 value。需要在文档中说明
✅ 多选
Changelog
🇨🇳 Chinese
🇺🇸 English
searchPosition
Checklist
Other
Additional information