Skip to content

Commit

Permalink
Aria-haspopup cannot exist on a checkbox role
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Dec 2, 2024
1 parent fa1faaf commit 024c4b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web-components/src/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export const Checkbox: React.FC<CheckboxProps> = ({
css={checkboxBefore}
type={"checkbox"}
aria-live={"assertive"}
aria-haspopup={"true"}
aria-label={labelText}
onChange={onChange}
checked={checked}
Expand Down

0 comments on commit 024c4b4

Please sign in to comment.