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.
@chinnichaitanya On chips, I agree, but not between chips and elsewhere on the md-chips element. I've tested this on Chromium and Firefox. This style is explicitly added by the .md-chips class, according to the inspector.
I would argue that in fact a static chip should have cursor:text since the text can be edited. But yes, the background/container element should not have cursor:text.
Do not set the cursor style on the md-chips element if there are only static chips.
Also remove some TODO docs that have already been done.
fixesangular#3253
Do not set the cursor style on the md-chips element if there are only static chips.
Also remove some TODO docs that have already been done.
fixesangular#3253
Do not set the cursor style on the md-chips element if there are only static chips.
Also remove some TODO docs that have already been done.
fixesangular#3253. closesangular#4114.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since they are static, they can't be edited or even selected, so they should have cursor
default
, nottext
.This can be seen here:
https://material.angularjs.org/latest/#/demo/material.components.chips
When hovering between chips, a
text
cursor appears.The text was updated successfully, but these errors were encountered: