Skip to content

Commit

Permalink
Add isScrollable to fix RHOAIENG-13051
Browse files Browse the repository at this point in the history
  • Loading branch information
manaswinidas committed Oct 11, 2024
1 parent ac17956 commit 285a964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const RoleBindingPermissionsNameInput: React.FC<RoleBindingPermissionsNameInputP
}
return (
<TypeaheadSelect
isScrollable
selectOptions={selectOptions}
selected={value}
isCreatable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const ModelRegistrySelector: React.FC<ModelRegistrySelectorProps> = ({

const selector = (
<Select
isScrollable
toggle={(toggleRef) => (
<MenuToggle
ref={toggleRef}
Expand Down

0 comments on commit 285a964

Please sign in to comment.