-
-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Chips: Add missing mouse interactions #623
Chips: Add missing mouse interactions #623
Conversation
@miguelcobain / maintainers is there any progress here? |
477242e
to
69fdf94
Compare
@miguelcobain I've just rebased this onto current master, as there was a conflict. The Travis checks appear to be failing due to an issue with I see that's fixed in PR #709, so this build should pass once that's been merged. |
69fdf94
to
39253d2
Compare
@miguelcobain I've rebased this again now that the fix for the |
Add the ability to click anywhere in the chips element to give the input focus, plus the ability to click on a chip to focus it.
39253d2
to
92f0abf
Compare
|
@pauln thanks your fixes look great.
Last two problems make the style |
Also removes the md-chips class from the md-chips element. This fixes the issue where `cursor: text` was being applied even when read-only.
Oops - well spotted, @miguelcobain. Those issues should now be resolved. |
@pauln 🥇 |
Add the ability to click anywhere in the chips element to give the input focus, plus the ability to click on a chip to focus it. This makes the chips element behave more like its Angular Material counterpart, which supports these interactions.