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 2f62c2a commit 34052ceCopy full SHA for 34052ce
src/components/listOptions/listOptionsStandAlone.tsx
@@ -80,7 +80,7 @@ export const ListOptionsStandAlone = React.forwardRef(
80
props.caseSensitive
81
);
82
const title = props.title?.content || '';
83
- const dataTestIdOption = `${dataTestId}${title}Option${index}${option.label}`;
+ const dataTestIdOption = `${dataTestId}${title}Option${index}${option.value || ''}`;
84
85
const optionComponent = (
86
<Option
0 commit comments