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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

5
Votes

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

  • All visible/enabled tabs should remain clickable
  • Hidden tabs should not impact UI interactivity

Actual Behavior

  • Tabs positioned after the hidden and disabled tab become unclickable
  • No error messages or console warnings appear