Cody Pearce

Results 17 comments of Cody Pearce

@dann1609 Good addition, but I'm unable to push commits. We need to add this prop to the docs as well. Add this line to `docs/src/content/components/textfield/propData.js` ``` [ 'focusedBorderColor', 'Color for...

Yeah under the hood the Select component uses the TextField component https://github.com/codypearce/material-bread/blob/master/src/Components/Select/Select.js#L87, but it needs some rewriting to be able to type inside it and activate the dropdown. I think...

Well I like the idea of of prebuilt functionality that matches material, but with enough escape hatches to make something more custom. So maybe add that `filterable` prop, but allow...

@brunohkbx Yeah looking for answers online isn't giving much https://github.com/google/material-design-lite/issues/1466 various teams seem confused. Material UI https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/ListItem/ListItem.js uses the shortest transitions which is 150ms. That seems too short to me....

I did some debugging and found disabling `gatsby-plugin-offline` allows it to work again. I tried to reproduce this behavior in an example repo but couldn't. Sorry, wish I could provide...

@slorber I was able to reproduce the problem in a stripped down example repo. https://github.com/codypearce/rnw-gatsbyjs-problem You should be able to see the problem when building the static site and serving...

Can you share what command you used? What version of windows are you using? I seem to be getting all the files using npx. ![image](https://user-images.githubusercontent.com/12564956/71552283-def70380-29ae-11ea-82f8-c08d25305efe.png)