Skip to content

Conversation

@Yarn-e
Copy link

@Yarn-e Yarn-e commented Nov 14, 2025

Summary

Adds support for unlimited fieldset tab items

Motivation

As the library already added unlimited tab items support for inlines, it would make sense to have the same functionality with fieldset tabs

Changes

  • Added a prefix parameter to tabNavigation to reuse the same function, and passing the fieldset- prefix for fieldset tabs
  • Fixed a bug in the tabNavigation function where the dropdown menu would be rendered outside of the content due to the caluclation not taking the unhidden property into account.
  • Updated the styling elements of fieldsets_tabs.html to match that of the tab_items.html

How to test

You can check out the PR that showcases the unlimited fieldset tab items: Yarn-e#1

Example screenshots

Before:
image

After:
image

Fixes #1687

@Yarn-e Yarn-e force-pushed the feat/unlimited-fieldset-tab-items branch from c335c85 to 19bdd3c Compare November 14, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for unlimited fieldset tabs items

1 participant