Skip to content

Commit 63aa65a

Browse files
committed
fix: adding multiselectable attribute
1 parent b05e7b9 commit 63aa65a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/pluggableWidgets/datagrid-web/src/components/ColumnSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export function ColumnSelector(props: ColumnSelectorProps): ReactElement {
126126
className={`column-selectors`}
127127
data-focusindex={0}
128128
role="menu"
129+
aria-multiselectable="true"
129130
style={{ ...correctedFloatingStyles, maxHeight }}
130131
{...getFloatingProps()}
131132
>

0 commit comments

Comments
 (0)