Matt Goo

Results 36 comments of Matt Goo

This component actually needs a handle on the ref. So it actually won't be fixed for free. But #308 is something we should have available in some way shape or...

@lucasecdb drawer actually follows the controlled component pattern.

You are right...I checked dismissible, but only removed the `open` prop. Adding it back. Thanks

@cdock1029 ah yes, we should have an isMounted check before both the remove and addClass methods (similar to https://github.com/material-components/material-components-web-react/blob/master/packages/ripple/index.js#L34). The foundation is calling these methods, but its most likely after...

Thanks @mohokh67! For a more permanent solution, the Chip component should have built in internally.

@nworden ya you're totally right. The docs don't say much, so I'll leave this issue open to update docs. The `notchWidth` needs to be passed as the width of your...

Ah ya you need to render them together in another component with the appropriate Sass or CSS files: ``` import '@material/react-notched-outline/index.scss'; import '@material/react-floating-label/index.scss'; render ... ``` A full example can...

Do you have a project you could share? It might be faster/easier for me to help out if I get a concrete example of what you're trying to do. But...

@nworden Sorry I dropped the ball on this issue. What's your status on this?