Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(chips): set appropriate aria-orientation
Based on the [accessibility guidelines](https://www.w3.org/TR/wai-aria-practices-1.1/#Listbox), the `listbox` role has a default `aria-orientation` of `vertical`, however the chips in a chip list are horizontal.
- Loading branch information