Library Blazor Components ListBox Reference Classes ListBox HideSelection

HideSelection

Hides the selection if the component is not focused.

razor
[Parameter]
public bool HideSelection { get; set; } = true;

Sign in