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 12e6ee4 commit 5c3fab3Copy full SHA for 5c3fab3
src/BootstrapBlazor/Components/AutoFill/AutoFill.razor.cs
@@ -233,7 +233,7 @@ private async Task OnClickItem(TValue val)
233
await OnBlurAsync(Value);
234
}
235
236
- await TriggerFilter(CurrentValueAsString);
+ await TriggerFilter(_displayText!);
237
238
239
private string? GetDisplayText(TValue item) => OnGetDisplayText?.Invoke(item) ?? item?.ToString();
0 commit comments