Matthew Glissmann

Results 35 comments of Matthew Glissmann

`` was another I ran into. It rendered properly in Codesandbox using most recent release (i.e. not stable), so potentially related to the Icons site? A quick glance looks like...

I am not super familiar with the `react-icons` project -- we will need to look into how Grommet Icons are plugging into their setup. Accessing Grommet Icons directly allows for...

Does [Select's onMore prop](https://v2.grommet.io/select#onMore) meet your needs for lazy loading?

"ts-loader": "^8.3.0" --> "^9.2.0" and "copy-webpack-plugin": "^5.0.4" --> "^9.0.0" should be upgraded when this work is done as well. Both are dependent on Webpack 5.

Does consuming `` directly as shown in this [Codesandbox](https://codesandbox.io/s/pagination-prop-and-style-ubf667?file=/src/App.js) meet your needs? I think the only aspect not currently customizable from your design is the separator style which would be...

I think this issue has actually been resolved. Just made a screen recording demoing the behavior. https://user-images.githubusercontent.com/1756948/180056710-c4b714df-c17c-4455-b3c1-14d844c9f7ac.MP4 cc: @jcfilben @ShimiSun

@browniefed Thank you for the additional info. Would you be willing to share a Codesandbox.io which reproduces the behavior you are showing? That would help with debugging.

Findings from List: As example, consider presenting a product on a product detail page: - The product may have attributes such as color and size. - The color and sizes...

> I'm not sure why the "Works with keyboard" test is failing, locally it is passing for me even after merging master into the branch If I run in watch...

> Thinking out loud, wondering if `toolbar` prop on `Data` should be expanded to accept a value of "showAll" which would should all of the subcomponents. Additionally, it could support...