angular / components

Component infrastructure and Material Design components for Angular

Home Page:https://material.angular.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md-list

jelbourn opened this issue · comments

Material Design spec
Angular 1 version

This should also be usable for the list of items in mdSelect and mdMenu.

Alpha.2

  • Add static list: #214
  • Add README
  • Add subheader / divider support

Alpha.3

  • Nav list

Upcoming

  • Action list
  • Selection list

Everything in alpha.2 milestone is done, moving forward to alpha.3 for more features.

Moving remaining work to alpha.6

Hmm, what is the correct way to override some md-list css definitions? It seems like I can't any overrides to work as I expected eg.

.container {
  md-list md-list-item.md-2-line .md-list-item,
  md-list a[md-list-item].md-2-line .md-list-item,
  md-nav-list md-list-item.md-2-line .md-list-item,
  md-nav-list a[md-list-item].md-2-line .md-list-item {
    background-color: red !important;
    height: auto !important;
  }
}

@ross-nordstrom hmm that seems to work, thanks a lot! I think there should be some mentioning of this.

@jelbourn Any updates on when the remaining features will be added?

I miss the opportunity to add "Least distinguishing content", as mentioned here under the heading of "Content". When do you expect this functionality is likely to be completed?

@crisbeto for the <md-action-list>

Any updates on <md-action-list>?

clickable md-list-item any update ?

I'm working on it~ 👍

Are we hoping to see this as promised in this quarter that ends today?

Any updates?

Popping in wondering progress but also what would anyone recommend as a temp workaround

Tracking remaining work in #9429

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.