react-mdl-extra
react-mdl-extra copied to clipboard
Add autoComplete option for the AutoComplete component Textfield
so we can pass down autoComplete props down to the Textfield component in the Autocomplete component
the default autocomplete of the browser textfield sometimes make the UI looks abit off..
Tests fail. Looks like you're not doing anything with autoComplete
prop.
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 (1 error, 0 warnings)
@HriBB seems like something wrong with the packaging? im not sure why though. pretty sure my code is correct now
@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 want, I can give you owner access to the repo, and you can fix it yourself ;)