Skip to content

feat(Tab): add IsDisabled parameter #5198

@EliasIsmail

Description

@EliasIsmail

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions