Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Bug description
When a TabItem has both Disabled(true) and Visible(false) properties set, subsequent tab items become non interactive. This occurs even though the hidden disabled tab should not affect the functionality of other tabs.
I managed to reproduce this issue on the Blazor Playground, I am attaching the code on the attachment section.
Expected Behavior
Actual Behavior