fix: tabs not directly managing content #366
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
For tabs component: minor changes to maintain option to use only the tabs part, without managing the content associated to each tab.
This was working in previous version just not defining the href for each tab anchor element.
Types of changes
Just adding missing null / empty checks for href element.
In existing version there was this null checks in many places (for example in _setupNormalTabs method), but it was missing in some other places.
Checklist: