angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.
https://pub.dev/packages/angular_components
374 stars 123 forks source link

Please Update material components #466

Open DartViet opened 3 years ago

DartViet commented 3 years ago

Hello,

I'm trying to use material components provided by Angular Dart, but so far it seems really hard to follow compared to Angular Typescript Material. For instance, the drop down select material seems buggy. There is also no Table component.

Please update these things. Thanks a lot.

lejard-h commented 3 years ago

What kind of issue do you have with the dropdown select component?

About Table components, I don't know if it's on roadmap but you can use skawa_components that contain a data-table component

DartViet commented 3 years ago

What kind of issue do you have with the dropdown select component?

I posted an issue before.

https://github.com/dart-lang/angular_components/issues/465#issue-677891617

Can't change the length of the dropdown select.

Also, thanks for the skawa_components, I'm taking look at it. (well, actually that skawa is pretty awesome :) )