We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0579831 commit 4ce56ccCopy full SHA for 4ce56cc
src/CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs
@@ -810,9 +810,9 @@ protected override async Task OnParametersSetAsync()
810
if (MultiSelection == false)
811
{
812
_searchString = ConvertSet(ReadValue);
813
- if (_firstRendered)
+ if (_inputReference != null)
814
815
- await _inputReference?.SetText(_searchString);
+ await SetTextCoreAsync(_searchString);
816
}
817
818
0 commit comments