protected virtual async Task ClearButtonClickHandlerAsync(MouseEventArgs e) { await SetTextAsync(string.Empty, updateValue : true); await ElementReference.FocusAsync(); await OnClearButtonClick.InvokeAsync(e); }
protected virtual async Task ClearButtonClickHandlerAsync(MouseEventArgs e) { await SetTextAsync(string.Empty, true); await OnClearButtonClick.InvokeAsync(e); }