We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcb69c commit 7372f51Copy full SHA for 7372f51
src/BootstrapBlazor/Components/AutoFill/AutoFill.razor.cs
@@ -176,6 +176,7 @@ protected override void OnParametersSet()
176
LoadingIcon ??= IconTheme.GetIconByKey(ComponentIcons.LoadingIcon);
177
178
_displayText = GetDisplayText(Value);
179
+ _clientValue = _displayText;//当选中选项或初始化传参时更新一下_clientValue
180
Items ??= [];
181
}
182
0 commit comments