Skip to main content

TagInput

Assembly: ServiceStack.Blazor.dll
View Source
Declaration
public class TagInput : TextInputBase<List<string>>

Properties

JS

View Source
Declaration
public IJSRuntime JS { get; set; }

Delimiters

View Source
Declaration
public char[] Delimiters { get; set; }

Methods

RemoveTagAsync(String)

View Source
Declaration
public async Task RemoveTagAsync(string tag)
Returns

Task

Parameters
TypeName
System.Stringtag

HandlePastedTextAsync(String)

View Source
Declaration
protected virtual async Task HandlePastedTextAsync(string txt)
Returns

Task

Parameters
TypeName
System.Stringtxt