OfficeDev / microsoft-teams-ui-component-library

Component library enhanced experiences styled for use in Microsoft Teams custom applications.
MIT License
127 stars 30 forks source link

Checkbox selectivity doesn't show up on List rows. #121

Closed IliasLoudrassi closed 2 years ago

IliasLoudrassi commented 2 years ago

Reproduction

Code for list: https://codesandbox.io/s/fluentui-react-teams-issue-template-forked-xitern

Expected Behavior

When we create a List a checkbox selectivity must appear in every row.

Actual Behavior

The list rows doesn't show any checkboxes to select any row.

thure commented 2 years ago

This was related to #116, which is now resolved in alpha. Please npm install @fluentui/react-teams@alpha and reopen if the bug can still be reproduced.

IliasLoudrassi commented 2 years ago

Update, selectivity checkbox still doesn't show up after the latest alpha version.

thure commented 2 years ago

I'll have a look at your CodeSandbox…

thure commented 2 years ago

I'm not able to reproduce the issue using alpha and correcting any TypeScript errors.

Also please bear in mind the selectable prop must be true for the List to provide selectability.

You're welcome to check my fork of your CodeSandbox here: https://codesandbox.io/embed/fluentui-react-teams-issue-template-forked-1z8kwc