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 7182b28 commit 93fc5c2Copy full SHA for 93fc5c2
src/scripts/Picklist.tsx
@@ -304,7 +304,7 @@ export const Picklist: (<MultiSelect extends boolean | undefined>(
304
305
const dropdownContainer = dropdownElRef.current;
306
const targetElement = dropdownContainer.querySelector(
307
- `#${CSS.escape(optionIdPrefix)}-${nextFocusedValue}`
+ `#${CSS.escape(`${optionIdPrefix}-${nextFocusedValue}`)}`
308
);
309
310
if (!(targetElement instanceof HTMLElement)) {
0 commit comments