[]
        
(Showing Draft Content)

C1.Blazor.Input.AutoCompleteMode

AutoCompleteMode Enum

Specifies how to filter items of autocomplete.

Namespace: C1.Blazor.Input
Assembly: C1.Blazor.Input.dll
Syntax
[Flags]
public enum AutoCompleteMode

Fields

Name Description
Contains

Filtering items of autocomplete when contains the input string.

EndsWith

Filtering items of autocomplete when ends with the input string

MatchCase

Filtering items of autocomplete when contains the input string that match case.

MatchWholeWord

Filtering items of autocomplete when contains the input string that match whole word.

StartsWith

Filtering items of autocomplete when starts with the input string