Skip to content

Commit 26cc74a

Browse files
authored
feat(AutoComplete): support update value by code (#6919)
* fix: 修复 Filter 未触发 Value 回调方法问题 * revert: 撤销录入触发双向绑定逻辑 * fix: 修复 Value 重新赋值导致未触发更新问题 * chore: bump version 9.11.3-beta01
1 parent 8768786 commit 26cc74a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.11.2</Version>
4+
<Version>9.11.3-beta01</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

src/BootstrapBlazor/Components/AutoComplete/AutoComplete.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ protected override void OnParametersSet()
132132
PlaceHolder ??= Localizer[nameof(PlaceHolder)];
133133
Icon ??= IconTheme.GetIconByKey(ComponentIcons.AutoCompleteIcon);
134134
LoadingIcon ??= IconTheme.GetIconByKey(ComponentIcons.LoadingIcon);
135-
136-
_clientValue = Value;
137135
}
138136

139137
/// <summary>

0 commit comments

Comments
 (0)