Bojan Hribernik
Bojan Hribernik
What version are you using? Which bundler (webpack, rollup, ...)? For me it works without problems. This is an example AutoComplete component for `redux-forms` ``` import React, { PropTypes }...
Hmm ... can you please provide some more info? It's hard to tell what's going on ...
I don't use `browserify`, so I really have no idea what could the problem be. Maybe try to catch some errors in the build process? @mewa are you using browserify...
Thanks, will check it out soon. You are welcome to make a PR 😉
@shanehughes3 thanks for the info! Yeah there are some problems with `react-portal`. This is one of them. Another one is controlling portal `isOpened` prop manually which is needed for keyboard...
In the future I will probably switch to https://material-components-web.appspot.com/ or something, because MDL v1 is not very react friendly.
Tests fail. Looks like you're not doing anything with `autoComplete` prop. ```bash ERROR in ./src/AutoComplete/AutoComplete.js /home/travis/build/HriBB/react-mdl-extra/src/AutoComplete/AutoComplete.js 80:14 error 'autoComplete' is assigned a value but never used no-unused-vars ✖ 1 problem...
@badoet yes looks like it. Tests are failing again. I guess there are a lot of old and deprecated dependencies. I can look at it next week, but if you...
I just released 1.5.0. Let me know if it works. I'll be gone for the weekend, so I can fix any potential issues next week ;)
I am on a long vacation. Will merge when I get back in a week or so 😉 sorry for the delay.