You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the most recent release, if your items have a key called "group" in them they will be transformed into a group. This is new to the current version and was not that way in 10.6.3. Our lists have/had vestigial information because they are stored flat and are having to be transformed for the component. After updating our dropdown lists broke. Is the intended direction of this component or an undocumented feature?
Run the code with 10.6.4 and 10.6.3. This is the sample code from the documentation with the removed from the groups and one of the groups removed from the list for brevities sake.
In 10.6.4 you will notice that "Frankfurt" and "Los Angles" are now groups.
In 10.6.3 the list is as documented.
Expected behavior
Version 10.6.3 behaves as documented. 10.6.4 is responding to keys on the items in an unexpected way.
To be honest, this is more about understanding which direct this component is heading.
The text was updated successfully, but these errors were encountered:
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
May 5, 2024
Describe the bug
In the most recent release, if your items have a key called "group" in them they will be transformed into a group. This is new to the current version and was not that way in 10.6.3. Our lists have/had vestigial information because they are stored flat and are having to be transformed for the component. After updating our dropdown lists broke. Is the intended direction of this component or an undocumented feature?
Reproducer
https://stackblitz.com/edit/ga5lvk?file=src%2FApp.jsx
PrimeReact version
10.6.4
React version
17.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Safari
Steps to reproduce the behavior
Run the code with 10.6.4 and 10.6.3. This is the sample code from the documentation with the removed from the groups and one of the groups removed from the list for brevities sake.
In 10.6.4 you will notice that "Frankfurt" and "Los Angles" are now groups.
In 10.6.3 the list is as documented.
Expected behavior
Version 10.6.3 behaves as documented. 10.6.4 is responding to keys on the items in an unexpected way.
To be honest, this is more about understanding which direct this component is heading.
The text was updated successfully, but these errors were encountered: