-
-
Notifications
You must be signed in to change notification settings - Fork 365
feat(MultiSelect): redesign search feature #5162
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
10cfdd2
refactor: 代码格式化
ArgoZhang cb1524e
doc: 更改小写
ArgoZhang a7130cf
style: 更新样式
ArgoZhang d20d267
fix: 修复搜索逻辑
ArgoZhang cc9b6b9
Merge branch 'main' into fix-multiselect
ArgoZhang e91da17
chore: bump version 9.2.8-beta04
ArgoZhang 76144d9
chore: bump version 9.2.8-beta06
ArgoZhang 7ebe495
Merge branch 'test-pr' into fix-multiselect
ArgoZhang 6ce8e97
chore: 重构代码
ArgoZhang bd9bc81
refactor: 移动代码到独立类中
ArgoZhang 77bdd87
refactor: 移动代码
ArgoZhang eae2944
refactor: 更新 base-select 代码复用
ArgoZhang 0c355a7
refactor: 复用客户端脚本
ArgoZhang 1538cf1
feat: 增加 NoSearchDataText 功能
ArgoZhang da104b5
refactor: 增加可编辑状态下按键支持
ArgoZhang 6be8501
refactor: 复用
ArgoZhang fca4b58
chore: bump version 9.2.8
ArgoZhang 8910426
refactor: 重构搜索逻辑
ArgoZhang 66cd8f7
refactor: 增加内部缓存提高性能
ArgoZhang d19e6f1
refactor: 增加滚动行为参数
ArgoZhang f8e10b1
refactor: 重构代码
ArgoZhang c4ae114
test: 补充单元测试
ArgoZhang b3c3644
test: 更新单元测试
ArgoZhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
src/BootstrapBlazor.Server/Components/Samples/MultiSelects.razor.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,7 @@ | ||
| .mul-select-item { | ||
| display: flex; | ||
| flex: 1; | ||
| align-items: center; | ||
| margin: 0 0.5rem; | ||
| } | ||
|
|
||
| .mul-select-item span { | ||
| flex: 1; | ||
| margin-inline-start: 0.5rem; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.