poetic/meteor-materialize-scss

Autocomplete not recognized

Gaiidenn opened this issue · 1 comments

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 !

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 :

  1. Remove materialize-scss : meteor remove poetic:materialize-scss ;
    (Keep the package "fourseven:scss", we will need it) ;
  2. Add original materialize package : meteor add materialize:materialize ;
  3. Download Materialize SASS and unzip its "/sass" directory into your meteor project's (personally, I unzipped it into /imports/materialize-sass) ;
  4. Import materialize.scss from your main.scss : @import '../imports/materialize-sass/materialize.scss' ;

That's it !