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
It is currently haphazard and difficult to disable a ListItem of a List to prevent the user from selecting the item and visually indicating its status.
Area
React Components (@fluentui/react-components)
Describe the feature that you would like added
It is currently haphazard and difficult to disable a ListItem of a List to prevent the user from selecting the item and visually indicating its status.
https://react.fluentui.dev/?path=/docs/components-list--docs
Currently I am setting
tabIndex={-1}
andcheckmark={{ disabled: true}}
for amultiselect
type List, along with some custom CSS.It would be nice to be able to set
disabled={true}
on the ListItem instead like other v9 components.Additional context
No response
Have you discussed this feature with our team
No response
Validations
Priority
Medium
The text was updated successfully, but these errors were encountered: