James Fan
James Fan
I chatted with @mannycarrera4 about this, and IMO it makes sense to apply these fixes to `Popup` instead of `Modal`. As it currently stands, this PR will fix the cut-off...
Consider using [`mask-image`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image). `mask-image` is not supported in IE11, but it's unlikely that any touch device will be running IE11 (the fade effect is only needed for touch devices )....
The Adobe Spectrum team handled this by rendering a hidden native select behind the scenes and handling its `onChange` event: https://youtu.be/dxDcBB7Xoxs?t=393
Can you add the following line to the [`.storybook > routes.js`](https://github.com/Workday/canvas-kit/blob/prerelease/major/.storybook/routes.js) file in this PR? ``` '/getting-started/for-developers/resources/responsive-styling/': 'hooks-and-utilities-responsive-styling--responsive-container', ``` The object in that file is arranged alphabetically by key so...
Can you update the `Responsive Styles` section of the v8 Upgrade Guide in this PR now that `ResponsiveContextProvider` and `useResponsiveContext` have been removed?
@anishatulai Thanks for making the adjustment with the touch event handlers! It looks like the fade only shows while touching and dragging on the device (i.e., there's no fade on...
Putting this PR on hold until we release Canvas Kit v8 and to allow time for the mobile Tabs design spec to be updated. I'm leaving a few notes so...