Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToggleButton needs an accessible name #44

Closed
aubreyquinn opened this issue Mar 5, 2024 · 3 comments · Fixed by #39 or #58
Closed

ToggleButton needs an accessible name #44

aubreyquinn opened this issue Mar 5, 2024 · 3 comments · Fixed by #39 or #58
Assignees

Comments

@aubreyquinn
Copy link
Collaborator

  <Tooltip content="With calendar icon only" relationship="label">
    <ToggleButton
      checked={checked3}
      icon={checked3 ? <CalendarMonth /> : <CalendarMonthRegular />}
      onClick={() => toggleChecked(3)}
    />
  </Tooltip>
@samr874
Copy link

samr874 commented Mar 14, 2024

  <Tooltip content="With calendar icon only" relationship="label">
    <ToggleButton
      checked={checked3}
      icon={checked3 ? <CalendarMonth /> : <CalendarMonthRegular />}
      onClick={() => toggleChecked(3)}
    />
  </Tooltip>

I want to work on this issue please assign it to me

@aubreyquinn
Copy link
Collaborator Author

Hi @samr874 , I think the code has already been merged.

@nikitasingla-MSFT
Copy link
Collaborator

Closing this item, PR here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants