mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 20:17:58 +08:00
fix(module: AutoComplete): avoid browser's auto complete (#2708)
This commit is contained in:
parent
3949fb99fe
commit
fc9aaa8781
@ -12,6 +12,7 @@ namespace AntDesign
|
||||
public AutoCompleteInput()
|
||||
{
|
||||
AutoComplete = false;
|
||||
Type = "search";
|
||||
}
|
||||
|
||||
[CascadingParameter]
|
||||
|
Loading…
Reference in New Issue
Block a user