DennisvHest / MapMaven

Map Maven is an application for managing Beat Saber playlists, discovering new maps to play and to improve your Beat Saber skills.
GNU General Public License v3.0
10 stars 0 forks source link

Clear button in Search field #117

Closed ibillingsley closed 8 months ago

ibillingsley commented 8 months ago

Very minor suggestion: it would be nice to have a clear button in the search field. I believe the MudTextField component has it built-in if you add the Clearable="true" attribute.

DennisvHest commented 8 months ago

Thanks for the suggestion! Did not know this was a built in feature in MudBlazor. I have added the attribute to all the search fields. It will come with the next release.