This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-chips: add "md-selected-item-change" event/method and allow selection on readonly #3413
Comments
topherfangio
added a commit
that referenced
this issue
Aug 10, 2015
Users want a way to be notified when a chip is selected. closes #3413
topherfangio
added
the
pr: merge ready
This PR is ready for a caretaker to review
label
Aug 11, 2015
topherfangio
added a commit
that referenced
this issue
Aug 13, 2015
Users want a way to be notified when a chip is selected. closes #3413
topherfangio
added a commit
that referenced
this issue
Aug 13, 2015
Users want a way to be notified when a chip is selected. closes #3413
topherfangio
added a commit
that referenced
this issue
Aug 13, 2015
Users want a way to be notified when a chip is selected. closes #3413
topherfangio
added a commit
that referenced
this issue
Aug 14, 2015
Users want a way to be notified when a chip is selected. closes #3413
kennethcachia
pushed a commit
to kennethcachia/material
that referenced
this issue
Sep 23, 2015
Users want a way to be notified when a chip is selected. fix angular#3413. closes angular#4088.
When will this be merged in to master? |
This was merged in 333984f on Aug 14 and should be in the official 11.1 release which is already available. If it isn't working as you expect, please open a new issue and reference this one. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm really missing a convenient way of knowing when a
md-chip
was selected, likemd-autocomplete
has implemented it.Also you should be able to select chips when the control is set to readonly, the only situation where you shouldn't be able to do this in my opinion is when the control is disabled.
EDIT: same goes for static chips, also some way of setting the selected chip would be a nice to have.
The text was updated successfully, but these errors were encountered: