We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c33eb9 commit 3970897Copy full SHA for 3970897
packages/react-core/src/components/Select/Select.tsx
@@ -163,7 +163,7 @@ const SelectBase: React.FunctionComponent<SelectProps & OUIAProps> = ({
163
}}
164
isPlain={isPlain}
165
selected={selected}
166
- isScrollable={isScrollable}
+ isScrollable={isScrollable ?? (menuHeight !== undefined || maxMenuHeight !== undefined)}
167
{...getOUIAProps(
168
Select.displayName,
169
props.ouiaId !== undefined ? props.ouiaId : getDefaultOUIAId(Select.displayName),
0 commit comments