-
-
Notifications
You must be signed in to change notification settings - Fork 365
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I am using the Tab component (and the underlying TabItem) for different use cases.
Many of these involve disabling a given TabItem, based upon a condition.
Many other components (such as Checkbox for example) has this IsDisabled parameter - I was wondering if it is possible to add for TabItem as well? Such that if a TabItem has IsDisabled=true, you can not access it when clicking and instead remain on your current active tab. Visually, the TabItem would then still show the Text/Label, but be greyed out (as with the Checkbox component)
Describe the solution you'd like
Adding a IsDisabled parameter to the TabItem component.
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request