mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 05:27:37 +08:00
add Visible back to Tag.razor.cs
This commit is contained in:
parent
b8658549e6
commit
eb8e92f1fd
@ -107,7 +107,13 @@ namespace AntDesign
|
||||
[Parameter]
|
||||
public EventCallback OnClick { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Whether the Tag is closed or not
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public bool Visible { get; set; } = true;
|
||||
|
||||
|
||||
private bool _isPresetColor;
|
||||
private bool _isCustomColor;
|
||||
private bool _closed;
|
||||
|
Loading…
Reference in New Issue
Block a user