fix(module: AutoComplete): avoid browser's auto complete (#2708)

This commit is contained in:
lyj 2022-09-14 14:17:13 +08:00 committed by GitHub
parent 3949fb99fe
commit fc9aaa8781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ namespace AntDesign
public AutoCompleteInput()
{
AutoComplete = false;
Type = "search";
}
[CascadingParameter]