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

[Docs]: Add note to docs for <DetailList> keyboard accessibility consumers that do not require a checkbox or radio button (i.e. those using selectionmode.none) #33613

Open
2 of 5 tasks
devincheca opened this issue Jan 10, 2025 · 0 comments
Assignees

Comments

@devincheca
Copy link

devincheca commented Jan 10, 2025

Area

React v8 (https://developer.microsoft.com/en-us/fluentui)

What kind of documentation issue are you reporting?

  • Reporting a typo
  • Reporting a documentation bug
  • Documentation improvement
  • Documentation feedback

Is there a specific documentation page you are reporting?

Yes, the linked page in particular would benefit from a clause to mention that the checkboxVisibility prop needs to be explicitly passed in as a prop to DetailList as checkboxVisibility={CheckboxVisibility.hidden} if checkboxes or radio buttons are not in use. I had to look into the implementation to find that I needed to pass this in explicitly.

https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist/keyboardcolumnreorderresize

Description

Yes, the linked page in particular would benefit from a clause to mention that the checkboxVisibility prop needs to be explicitly passed in as a prop to DetailList as checkboxVisibility={CheckboxVisibility.hidden} if checkboxes or radio buttons are not in use. I had to look into the implementation to find that I needed to pass this in explicitly.

https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist/keyboardcolumnreorderresize

Validations

  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants