diff --git a/components/chip/src/chip/chip.js b/components/chip/src/chip/chip.js index 0a2fb58d27..fb2ef9fa6c 100644 --- a/components/chip/src/chip/chip.js +++ b/components/chip/src/chip/chip.js @@ -53,6 +53,8 @@ const Chip = ({ data-test={dataTest} tabIndex={-1} role="option" + aria-selected={selected ? 'true' : 'false'} + aria-disabled={disabled ? 'true' : 'false'} > {children}