OnBlur Event Method Doesnot Clear the SearchText in MudChipField
When a phrase has been entered but the space bar has not been pressed, the search needs to be initiated if the search textbox loses focus. To address this, I have implemented the HandleBlurAsync method. While I am able to add the chip values, the current SearchText is not being cleared after adding it to the chip set.
MudChipField SearchText value is not updating or reflecting correctly in the UI
I’m working with a MudChipField in Blazor. I have implemented a method ClearChipAsync that should clear the SearchText and the Values in the MudChipField. However, while the SearchText value is set to an empty string in the method, it does not visually clear in the UI.