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
Describe the bug
When a PanelBar item is selected on the initialization of the component and the select event is prevented, the item gets unselected when another item is clicked.
Expected behavior
The initially selected PanelBar item should keep its selected state since the select event is prevented when the other item is about to be selected. Therefore, there is no actual change in the current selection and the item should not get unselected.
Additional context
In the current scenario, when using the keyboard navigation after clicking on an unselected item, the following error is thrown in the console - "TypeError: Cannot set properties of undefined (setting 'focused')":
The text was updated successfully, but these errors were encountered:
Describe the bug
When a PanelBar item is selected on the initialization of the component and the select event is prevented, the item gets unselected when another item is clicked.
To Reproduce
Expected behavior
The initially selected PanelBar item should keep its selected state since the select event is prevented when the other item is about to be selected. Therefore, there is no actual change in the current selection and the item should not get unselected.
Additional context
In the current scenario, when using the keyboard navigation after clicking on an unselected item, the following error is thrown in the console - "TypeError: Cannot set properties of undefined (setting 'focused')":
The text was updated successfully, but these errors were encountered: