Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: flatOptions on Dropdown causing option group label blank #7296

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

marengga
Copy link
Contributor

@marengga marengga commented Oct 2, 2024

Defect Fixes

Changes

  • Merged optionGroup object to its parent (option)
  • To determine if an option is a group, it is sufficient to use the group and optionGroupLabel properties

Before

image

After

image

Copy link

vercel bot commented Oct 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Oct 2, 2024 6:53am
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Oct 2, 2024 6:53am

@melloware melloware merged commit 06f6231 into primefaces:master Oct 2, 2024
6 checks passed
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.

Dropdown: OptionGroup using optionGroupLabel is blank
2 participants