mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 21:17:36 +08:00
fix(module: cascader): dropdown can't open correctly on click. (#2363)
This commit is contained in:
parent
1e96f26091
commit
43b328aaba
@ -129,7 +129,7 @@ namespace AntDesign
|
||||
/// <summary>
|
||||
/// 输入框单击(显示/隐藏浮层)
|
||||
/// </summary>
|
||||
private async void InputOnToggle()
|
||||
private async Task InputOnToggle()
|
||||
{
|
||||
_selectedType = SelectedTypeEnum.Click;
|
||||
_hoverSelectedNodes.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user