Once this is merged, please create follow-up issues:
@fluentui/react-checkbox isn't playing well with Tabster…
when the checkbox is exposed to the accessibility tree the same way as buttons are, the left and right arrows don't do anything
so that the experience isn't completely broken I've put them inside a "groupper", meaning arrow keys work but in order to toggle the checkbox the user must press 'enter' to focus the checkbox, toggle it, then 'esc' to get back to the cell
The design for Filter does not conform to WCAG 1.4.10, we'll need to follow-up with the design team to understand how it’s supposed to work.
The 'View details' action (shown on rows when columns are hidden) doesn’t do anything; it should invoke a Dialog when that component becomes available in v9.
69 was spun-out since there are issues with the design spec.
This PR resolves #51.
Lists manage a Table with these features:
Adds these missing features to Table:
Also makes these adjustments:
Caveats
Once this is merged, please create follow-up issues:
@fluentui/react-checkbox
isn't playing well with Tabster…69 was spun-out since there are issues with the design spec.