The <Select> component renders <input>s with hard-coded ids. This produces non-unique ids when multiple Selects of the same type are used on the page.

https://github.com/patternfly/patternfly-react/blob/master/packages/patternfly-4/react-core/src/components/Select/Select.tsx#L490 (and other places in the same file)
Reactions are currently unavailable
The <Select> component renders <input>s with hard-coded ids. This produces non-unique ids when multiple Selects of the same type are used on the page.
https://github.com/patternfly/patternfly-react/blob/master/packages/patternfly-4/react-core/src/components/Select/Select.tsx#L490 (and other places in the same file)