diff --git a/packages/patternfly-4/react-core/src/components/Select/Select.js b/packages/patternfly-4/react-core/src/components/Select/Select.js index 5f9da5a5bf6..7af9f2133d9 100644 --- a/packages/patternfly-4/react-core/src/components/Select/Select.js +++ b/packages/patternfly-4/react-core/src/components/Select/Select.js @@ -13,6 +13,7 @@ import SelectToggle from './SelectToggle'; import SelectOption from './SelectOption'; import { SelectContext, SelectVariant } from './selectConstants'; import { getNextIndex } from '../../helpers/util'; +import { isOUIAEnvironment, getUniqueId as getOIUAUniqueId } from '../../helpers/ouia'; // seed for the aria-labelledby ID let currentId = 0; @@ -219,12 +220,16 @@ class Select extends React.Component { ); } - + ouiaId = getOIUAUniqueId(); return (