formly-js/angular-formly-templates-material

Using Angular Material Flex attributes

Open

#25 opened on Jan 27, 2016

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (38 forks)github user discovery
enhancementhelp wantedin progress

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",

Contributor guide