react-mdl-extra icon indicating copy to clipboard operation
react-mdl-extra copied to clipboard

Add autoComplete option for the AutoComplete component Textfield

Open badoet opened this issue 6 years ago • 3 comments

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..

badoet avatar Apr 04 '18 09:04 badoet

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 avatar Apr 05 '18 05:04 HriBB

@HriBB seems like something wrong with the packaging? im not sure why though. pretty sure my code is correct now

badoet avatar Apr 06 '18 03:04 badoet

@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 ;)

HriBB avatar Apr 06 '18 07:04 HriBB