Skip to content

Commit 75807bc

Browse files
authored
feat(6117): add search to groupby in result options (#6279)
1 parent d1b7eaa commit 75807bc

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"dependencies": {
165165
"@codingame/monaco-jsonrpc": "^0.3.1",
166166
"@docsearch/react": "^3.0.0-alpha.37",
167-
"@influxdata/clockface": "^6.3.8",
167+
"@influxdata/clockface": "^6.3.9",
168168
"@influxdata/flux-lsp-browser": "0.8.36",
169169
"@influxdata/giraffe": "^2.38.1",
170170
"@influxdata/influxdb-templates": "0.9.0",

src/dataExplorer/components/GroupBy.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ const GroupBy: FC = () => {
116116
selectedOptions={
117117
!selection.bucket || !selection.measurement ? [] : selectedGroupKeys
118118
}
119+
isSearchable={true}
120+
searchbarInputPlaceholder="Search the group keys"
119121
onSelect={handleSelectGroupKey}
120122
emptyText="Select group column values"
121123
buttonStatus={toComponentStatus(loading)}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,10 +1436,10 @@
14361436
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
14371437
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
14381438

1439-
"@influxdata/clockface@^6.3.8":
1440-
version "6.3.8"
1441-
resolved "https://registry.yarnpkg.com/@influxdata/clockface/-/clockface-6.3.8.tgz#34d690a5b82a4b024376229dfbe1c2c52353db5b"
1442-
integrity sha512-Ie9mJQKaYymB0OW62b7O9Uzg5pKDPAwusJOaagFp6q2KboXZieEUQydkExGP/39FXyyaqpQBSoUBPm5xyF9Low==
1439+
"@influxdata/clockface@^6.3.9":
1440+
version "6.3.9"
1441+
resolved "https://registry.yarnpkg.com/@influxdata/clockface/-/clockface-6.3.9.tgz#8a2046fc7457e40d50b8a16af8b9eadd4480198d"
1442+
integrity sha512-n5gZiCBXGPXDHbxwqCQ5VYvaqG5WnsOJscTPxG7p9dgf/erUFOMD4+aHH+qZMU/a9QVsJD8hMX7eUqTRkYhVTQ==
14431443
dependencies:
14441444
"@types/react-window" "^1.8.5"
14451445
react-window "^1.8.7"

0 commit comments

Comments
 (0)