You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
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.
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.
Area
React v8 (https://developer.microsoft.com/en-us/fluentui)
What kind of documentation issue are you reporting?
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
The text was updated successfully, but these errors were encountered: