How to create autocomplete form with MaterializeCss?

后端 未结 9 2104
死守一世寂寞
死守一世寂寞 2021-02-19 14:13

I am looking for autocomplete form for MaterializeCss, any plugins for this? i has try to use select2 but that\'s css not looks good

9条回答
  •  伪装坚强ぢ
    2021-02-19 14:50

    UPDATED 1/09/2016: Autocomplete is already available officially: http://materializecss.com/forms.html#autocomplete


    I was looking for exactly the same and I think We have been lucky. They added the autocomplete recently, (not yet in the documentation). But you can see the info here https://github.com/SuperDJ/materialize/commit/3648f74542e41c3b3be4596870b7485f6ebdf176#diff-e4535828acef79852aa104417c16fe3dR157

    and the code:

    • https://github.com/SuperDJ/materialize/blob/master/bin/materialize.css

    • https://github.com/SuperDJ/materialize/blob/master/bin/materialize.js

提交回复
热议问题