The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am having this problem with split button where I put a template in the popup that contains DropDownComponent (basically any component that has its own popup) and when I select something in dropdown the split button popup gets closed as well.
To recreate: 1.) click on the button to open popup.
2.) select an item from dropdown list
3.) both popups get closed (problem)
I need a work-around or help with implementation so that only the child element popup will close first and then if i focus out of the split button only then the main popup closes.