Merge pull request #1373 from davep/list-item-checks-fix

Correct the check list for the `ListItem`
This commit is contained in:
Dave Pearson
2022-12-15 16:27:05 +00:00
committed by GitHub

View File

@@ -2,8 +2,8 @@
`ListItem` is the type of the elements in a `ListView`.
- [] Focusable
- [] Container
- [ ] Focusable
- [ ] Container
## Example