Ted Sander
Ted Sander
In terms of documentation I would rather have the Gallery fill that need as it has and will have much better documentation about how to interact with an Angular component...
I think it might possibly be iOS and a CSS quirk it has documented here: https://css-tricks.com/annoying-mobile-double-tap-link-issue/ I could repo on my iPad, but getting a dev environment up will take...
So I did narrow this down... It is because the ActiveItemMixin adds mouseenter and mouseleave events which then makes the browser not fire a click event. I couldn't find any...
This particular instance should be fixed in the next release. Migrated away from ActiveItemMixin for most use cases including the one in the gallery.
Please leave separate bug reports with simple repos for each instance if possible. As you can see in the above debugging it wasn't quite always clear that the hover was...
cc @cissyshi
While not perfect I don't see us changing this, at least not anytime soon. The solution that you suggest I think is unperformant as it would require draw calls for...
The problem is that disabled isn't on the Element/HtmlElement interface itself and with dart typing I don't think you could do: (dynamic element).disabled. So instead you would have to check...
I believe this could be done currently by providing your own CSS classes which set the height of the element on material-list-item but I agree convenience styles would be nice.
That is the new styling language which we haven't implemented yet. Going forward I don't see us doing a component for this and instead rely on the mdc-styling itself, but...