You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
when selecting multiple elements the label is updated with a concatenation of selected values and commas. Additionally, there is one line per item (value, comma, value, comma, etc)
I think the best approach should be allowing to override thi, so that we can use md-select to search multiple values, click on them and add them to a results list. I'd display the results in a different place, for example http://i.stack.imgur.com/f3QHk.png
md-select is great for very short lists but when there are more than, say, 10, it's quite hard to use.
The text was updated successfully, but these errors were encountered:
Affects at least v1.0.0-rc7
when selecting multiple elements the label is updated with a concatenation of selected values and commas. Additionally, there is one line per item (value, comma, value, comma, etc)
this codepen shows the wrong behaviour:
http://codepen.io/team/AngularMaterial/pen/RrbXyW
I think the best approach should be allowing to override thi, so that we can use
md-select
to search multiple values, click on them and add them to a results list. I'd display the results in a different place, for example http://i.stack.imgur.com/f3QHk.pngmd-select is great for very short lists but when there are more than, say, 10, it's quite hard to use.
The text was updated successfully, but these errors were encountered: