kendo-react
kendo-react copied to clipboard
[Bug][PanelBar] PanelBarItems do not expand when changing the data
I'm submitting a...
- Bug report
Current behavior
Currently if we set expanded
to true for the PanelBarItems
and change the data not all items are expanded.
Expected behavior
All items should expand when the expanded
prop is set to true
and the data is changed.
Minimal reproduction of the problem with instructions
- Open this example and notice how not all items are expanded: https://stackblitz.com/edit/react-wgcmrl-pbezfj?file=app%2Fapp.tsx
Reported in Ticket id: 1662719