Skip to content

add noScroll prop to six-dropdown. - #442

Merged
belahorvath merged 2 commits into
mainfrom
feat/six-dropdown-no-scroll
Nov 24, 2025
Merged

add noScroll prop to six-dropdown.#442
belahorvath merged 2 commits into
mainfrom
feat/six-dropdown-no-scroll

Conversation

@belahorvath

Copy link
Copy Markdown
Collaborator

🔗 Linked issue

❓ Type of change

  • 📖 Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

📝 Checklist

  • I have linked an issue or discussion.
  • It's submitted to the main branch
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • I have updated the documentation accordingly.
  • All tests are passing
  • New/updated tests are included
  • I have updated the "upcoming" section inside docs/changelog.md explaining the changes I contributed

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:
The six-dropdown always uses a default scrollbar when the height of the content exceeds a specific size. I have added the option to disable the default scrollbar behavior. This can be used whenever the dropdown should contain content other than a six-menu with a list.

image image

Comment thread libraries/ui-library/src/components/six-dropdown/six-dropdown.tsx Outdated
@pennal pennal added this to the v5.2.0 milestone Nov 19, 2025
@belahorvath
belahorvath merged commit 03c6935 into main Nov 24, 2025
2 checks passed
@belahorvath
belahorvath deleted the feat/six-dropdown-no-scroll branch November 24, 2025 09:13
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.

3 participants