Relative Content

Tag Archive for c#blazormudblazormudtextfield

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.