Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 725 forks source link

Autocomplete component #218

Closed tezine closed 4 years ago

tezine commented 5 years ago

Hi, thank you for this excelent project! I wonder if you have any plans to create an Autocomplete, similar to this one: https://material.angular.io/components/autocomplete/examples This would be awesome!

djibe commented 5 years ago

Hi, you can try this : https://raw.githack.com/xcash/bootstrap-autocomplete/master/dist/latest/index4.html#

sesemaya commented 4 years ago

Hi @tezine,

At this stage, we are not planning to include autocomplete out of the box.

What we did with some of our own projects with autocomplete is to use custom JavaScript just for autocomplete function (e.g. jQuery UI, Select2, etc.) and use Material's dropdown for the styles.