We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0d88c commit 42158a9Copy full SHA for 42158a9
src/app/Actions/Scheduler/components/AccountSelector.tsx
@@ -56,6 +56,7 @@ export const AccountTypeaheadSelect: React.FunctionComponent<AccountTypeaheadSel
56
<Select
57
id="account-typeahead"
58
isOpen={isOpen}
59
+ isScrollable={true}
60
onOpenChange={setIsOpen}
61
onSelect={onSelect}
62
selected={selectedAccount?.accountId ?? null}
src/app/Actions/Scheduler/components/ClusterSelector.tsx
@@ -58,6 +58,7 @@ export const ClusterTypeaheadSelect: React.FunctionComponent<ClusterTypeaheadSel
id="cluster-typeahead"
63
64
selected={selectedCluster?.clusterId ?? null}
0 commit comments