secondstreet / ember-material-components-web

An ember addon providing components from https://github.com/material-components/material-components-web
https://secondstreet.github.io/ember-material-components-web/
MIT License
0 stars 0 forks source link

Implement MDC-Web Select Menus #33

Open Kerrick opened 6 years ago

Kerrick commented 6 years ago

https://material.io/components/web/catalog/input-controls/select-menus/

KnownSubset commented 6 years ago

Do you want multiple select? If so then you live with the browsers' native select component since that is how MDC-Web implements it.

Or... We could try to implement multi-select it based upon the full featured JS component.

Or... We could ignore select completely, and direct people to use ember-power-select with the material theme.

@Kerrick Thoughts?

Kerrick commented 6 years ago

I'm thinking we should keep this library a thin wrapper around the provided CSS and the provided JS Foundations from MDC-Web.

mthouve commented 6 years ago

I'd like to give this a shot.

Kerrick commented 6 years ago

@mthouve Awesome, I look forward to your PR!