diff --git a/components/lib/tabview/TabView.js b/components/lib/tabview/TabView.js index c491279982..cbea0248c7 100644 --- a/components/lib/tabview/TabView.js +++ b/components/lib/tabview/TabView.js @@ -415,7 +415,7 @@ export const TabView = React.forwardRef((inProps, ref) => { const navContentProps = mergeProps( { - id: idState, + id: idState + '_navcontent', ref: contentRef, className: cx('navcontent'), style: props.style,