Using Angular Material Flex attributes
#25 opened on Jan 27, 2016
Repository metrics
- Stars
- (55 stars)
- PR merge metrics
- (PR metrics pending)
Description
How do you use the flex attributes to make the inout fields scale automatically (according to flex nature)?
When I try to follod Ken's examples, but with angular-formly-templates-material I can't get the flex to work as intended. They instead are all given the min width, as they have here: http://formly-material.meteor.com/demo/input
Is there an example which shows how to add the flex to create an example such as in http://angular-formly.com/#/example/integrations/angular-material using this library?
Using npm: "angular-formly": "^7.5.0", "angular-formly-material": "^0.14.1", "angular-material": "1.0.1",