fix(module: input): Remove the invalid attribute for search component. (#4224)
This commit is contained in:
Родитель
136828fdc3
Коммит
b37d522bcc
|
@ -106,7 +106,6 @@ namespace AntDesign
|
|||
{
|
||||
b.OpenComponent<Icon>(20);
|
||||
b.AddAttribute(21, "Type", "search");
|
||||
builder.AddAttribute(22, "Disabled", this.Disabled);
|
||||
b.CloseComponent();
|
||||
}));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче