We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1292b5 commit e7366fbCopy full SHA for e7366fb
packages/fuselage/src/components/Option/Option.tsx
@@ -49,6 +49,7 @@ const Option = memo(
49
id={id}
50
ref={ref}
51
aria-selected={selected}
52
+ aria-disabled={String(disabled)}
53
title={title}
54
onClick={(e: React.MouseEvent<HTMLDivElement>) => {
55
if (disabled) {
0 commit comments