I am using MudAutoComplete
component and Using MoreItemsTemplate
to increment the count of MaxItems
in the MudAutoComplete list. Here the count is increasing while hitting that buttton but UI with updated ItemCount is not rendering. My question is how to render UI upon change of item count?
I tried using StateHasChanged();
method to render the UI but it didn’t work. I expect to render UI upon clicking on Add more items button which is in MoreItemsTemplate
.
Eswar Satish Karella is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.