kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Enhancement][TabStrip] All div elements should have a respective class

Open WissamProgress opened this issue 1 year ago • 0 comments

I'm submitting a...

  • Suggestion for improvement

Current behavior

The div that is a child to the k-child-animation-container and has id :r1:-content-panel-id0 does not have a class, making it not easy to access it. Screenshot 2024-03-13 at 10 55 20

For example, we can currently access it using the following: .k-tabstrip-content .k-child-animation-container > div

Expected behavior

This div element should have a class in order to access it, like the rest of the div elements in the TabStrip.

Minimal reproduction of the problem with instructions

Open any demo of the TabStrip and inspect it using the DevTools - https://www.telerik.com/kendo-react-ui/components/layout/tabstrip/

Reported in Ticket ID: 1642423

WissamProgress avatar Mar 13 '24 09:03 WissamProgress