CreativeIT / getmdl-select

Select for material-design-lite
http://creativeit.github.io/getmdl-select/
MIT License
301 stars 87 forks source link

Extended the init method so that an DOM id attribute value can be pro… #24

Closed therufa closed 8 years ago

therufa commented 8 years ago

I recently required a solution to initialize a single dropdown in order to keep my DOM and events clean, so I provided a a solution so that the init method could be called with an ID value too.

franckevva commented 8 years ago

@therufa Sorry, but you are wrong. querySelectorAll allows the use classes and id as a selector.

therufa commented 8 years ago

@franckevva you're right. I must have overseen something. Sorry for the trouble