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 c0975a8 commit abf2b40Copy full SHA for abf2b40
packages/react-ui-kit/src/Form/SelectComponents.tsx
@@ -66,6 +66,7 @@ export const CustomOption = (dataUieName: string) => (props: OptionProps<Option>
66
{...(dataUieName && {
67
'data-uie-name': `option-${dataUieName}`,
68
'data-uie-value': (options as Option[]).find(option => option.label === children)?.value,
69
+ 'data-uie-selected': isSelected,
70
})}
71
>
72
{isMulti && (
0 commit comments