C
C#2w ago
James

FluentUI Blazor rerender dropdown Items in ComboBox

<FluentCombobox ValueChanged="QueryChanged" Placeholder="Know it? Search for the title" Items="@_songOptions" Style="width: 100%"/>
<FluentCombobox ValueChanged="QueryChanged" Placeholder="Know it? Search for the title" Items="@_songOptions" Style="width: 100%"/>
With this element I hoped to update _songOptions on QueryChanged, but it doesnt get reflected in the dropdown options. To trigger refresh I have to click outside of the element, and then click back on it.
No description
3 Replies
James
JamesOP2w ago
After typing something new
No description
James
JamesOP2w ago
After clicking out and back in
No description
سَلْمَانْ  حَيدَرْ
can you show your function as well

Did you find this page helpful?