Autocomplete not recognized
Gaiidenn opened this issue · 1 comments
Gaiidenn commented
Hello,
As provided in the Materializecss documentation, it should be possible to initialize an input with autocomplete data, but this option doesn't seems to exists in this package, is it normal ?
Thanks a lot in advance !
Gaiidenn commented
Hello all,
Since I have no response, and this package seems abandonned, here is the solution I found to have both an up-to-date Materialize package with the power of SASS :
- Remove materialize-scss : meteor remove poetic:materialize-scss ;
(Keep the package "fourseven:scss", we will need it) ; - Add original materialize package : meteor add materialize:materialize ;
- Download Materialize SASS and unzip its "/sass" directory into your meteor project's (personally, I unzipped it into /imports/materialize-sass) ;
- Import materialize.scss from your main.scss : @import '../imports/materialize-sass/materialize.scss' ;
That's it !