Skip to content

Commit 4bf6edf

Browse files
author
Stedra Kristóf
committed
Change autocomplete datasource method name
1 parent e033af5 commit 4bf6edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutSoft.AspNetCore.Blazor/Autocomplete/AutoCompleteDataSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void SetCurrentItem(TItem? item)
6464
/// </summary>
6565
/// <param name="key">Key of the item.</param>
6666
/// <returns>Name of the item.</returns>
67-
public string? ItemToText(TKey? key)
67+
public string? GetItemName(TKey? key)
6868
{
6969
if (EqualityComparer<TKey>.Default.Equals(key, default))
7070
return null;

0 commit comments

Comments
 (0)