tilwinjoy / angular-bootstrap-material

AngularJS directives for bootstrap material design components
http://tilwinjoy.github.io/angular-bootstrap-material
21 stars 13 forks source link

Select drop down isn't formatted like material drop down . #15

Open zitterbewegung opened 8 years ago

zitterbewegung commented 8 years ago

So currently the drop down for the select input field just looks like a select list with a different font and not like an material drop down.

tilwinjoy commented 8 years ago

Hi,

This is the default styling of <select> as in bootstrap material design CSS. are you looking for the dropdown plugin styling mentioned in FezVrasta/bootstrap-material-design#848?

zitterbewegung commented 8 years ago

Yea I am looking for that . I attempted to integrate that with angular and it caused issues with ngoption and ngmodel On Wed, Nov 16, 2016 at 3:07 AM Tilwin Joy notifications@github.com wrote:

Hi,

This is the default styling of