angular/components

mat-action-list

jelbourn opened this issue ยท 9 comments

Capturing the remaining work from #107

We currently have mat-list, mat-nav-list, and mat-selection-list, but are still missing mat-action-list. In this variant, each list item would be a button, e.g.

<mat-action-list>
  <button mat-list-item> ... </button>
  ...
</mat-action-list>

Is anybody working on this at the moment?

yeah, wondering that right now. Still waiting

It looks like some work was done in #12415 however, it's definitely not complete yet.
A couple things I noticed:

  • No visual focus indicator
  • When using matLine text is centered instead of left aligned

http://next.plnkr.co/edit/6bAMNQybkimbP0Tw2maT?p=preview&preview

It seems that the click event is only fired when clicking on the item text and not on the entire item i.e even the whitespace

So um, this component is documented but not ready?

This was released in v7.

I am using @angular-devkit/core v8.1.0, how can I make this component work?

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.