diff --git a/src/index.tsx b/src/index.tsx index 0bb2e73..05bbfb3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -106,6 +106,8 @@ const InternalSegmentedOption: React.FC<{ className={classNames(className, { [`${prefixCls}-item-disabled`]: disabled, })} + role="option" + aria-selected={checked} > ( return (