Skip to content

Commit

Permalink
chore: remove aria-describedby on input
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Apr 9, 2024
1 parent 4e80f5e commit 9d694f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/forum/components/Poll/PollOption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export default class PollOption extends Component<PollOptionAttrs, PollState> {
checked={this.voted}
disabled={isDisabled}
aria-labelledby={`${this.name}-${this.option.id()}-label`}
aria-describedby={`${this.name}-${this.option.id()}-description`}
onchange={this.state.changeVote.bind(this.state, this.option)}
/>
<span className="checkmark" />
Expand Down

0 comments on commit 9d694f9

Please sign in to comment.