Skip to content

Commit

Permalink
SplitButton PopupID fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Oct 3, 2024
1 parent 41e12d8 commit 7123c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radzen.Blazor/RadzenSplitButton.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private string PopupID
{
get
{
return $"popup{UniqueID}";
return $"popup{GetId()}";
}
}

Expand Down

0 comments on commit 7123c9c

Please sign in to comment.