Skip to content

Commit ea03848

Browse files
author
Sebastian Benjamin
committed
Fix tests for new autocomplete input
1 parent 6d4a7f8 commit ea03848

File tree

2 files changed

+50
-51
lines changed

2 files changed

+50
-51
lines changed

jbrowse/src/client/JBrowse/VariantSearch/components/FilterForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ const FilterForm = (props: FilterFormProps ) => {
215215
<FormControlMinWidth sx={highlightedInputs[index]?.field ? highlightedSx : null}>
216216
<ReactSelect
217217
inputId={`field-select-${index}`}
218-
aria-labelledby={`field-select-${index}`}
218+
aria-labelledby={`field-label`}
219219
placeholder="Select field..."
220220
menuPortalTarget={document.body}
221221
menuPosition="fixed"

0 commit comments

Comments
 (0)