meyvn / mdl-selectfield

Material Design Lite selectfield component (https://github.com/google/material-design-lite)
MIT License
69 stars 27 forks source link

Don't works with Angular ng-options #9

Open rcurvello opened 8 years ago

rcurvello commented 8 years ago

Don't works with Angular ng-options? This mdl-selectfield is compatible with Angularjs?

Thanks.

bliecl commented 8 years ago

+1 for this one. Having the same problem.

Thanks

uudruid74 commented 6 years ago

I don't use Angular, but likely the problem is similar to one I just reported in bug #26 which is that the display is in a DIV that overlays the regular select widget. If you change the value of the select, it doesn't update the display. It looks like there was an attempt to handle this in the code with the "change" event, but it's apparently broken.