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
Type | Name |
---|---|
System.String | tag |
HandlePastedTextAsync(String)
View Source
Declaration
protected virtual async Task HandlePastedTextAsync(string txt)
Returns
Task
Parameters
Type | Name |
---|---|
System.String | txt |