-
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(MultiSelect): redesign search feature (#5162)
* refactor: 代码格式化 * doc: 更改小写 * style: 更新样式 * fix: 修复搜索逻辑 * chore: bump version 9.2.8-beta04 Co-Authored-By: Alexander Shakhov <[email protected]> * chore: bump version 9.2.8-beta06 * chore: 重构代码 * refactor: 移动代码到独立类中 * refactor: 移动代码 * refactor: 更新 base-select 代码复用 * refactor: 复用客户端脚本 * feat: 增加 NoSearchDataText 功能 * refactor: 增加可编辑状态下按键支持 * refactor: 复用 * chore: bump version 9.2.8 * refactor: 重构搜索逻辑 * refactor: 增加内部缓存提高性能 * refactor: 增加滚动行为参数 * refactor: 重构代码 * test: 补充单元测试 * test: 更新单元测试 --------- Co-Authored-By: Alex chow <[email protected]>
- Loading branch information
1 parent
da7715e
commit e0f6516
Showing
16 changed files
with
350 additions
and
194 deletions.
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 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 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 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 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 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 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 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.