James Fan
James Fan
## Summary Improves documentation for the Grid component. 
## 🚀 Feature Proposal Currently, the Select (with the Canvas-styled menu) uses a background-color to style the selected option. The Design spec for Select is being updated to use a...
## 🐛 Bug Report The Preview Select doesn't support the browser autofill/autocomplete feature: https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete ## To Reproduce View this CodeSandbox: https://codesandbox.io/s/select-autofill-mm6vv (this pulls from an older version of Select which...
## 🐛 Bug Report The Tabs component displays a white gradient after the last tab in the `Tabs.List` as a result of the `linear-gradient` added [here](https://github.com/Workday/canvas-kit/pull/1523/files#diff-5e3729c5f87ee54b9d212a45937aac7b46d5314877e6b5b1e8182b7d55a5901dR52) to render a fade-out...