angular-schema-form-material
angular-schema-form-material copied to clipboard
angular-material: breaking formatting changes
There are formatting issues added in the latest version of Angular Material that turn input-containers into inline-block instead of block and now require to be set to block.
I have to consider what ASF users would expect the default behaviour to be (assuming block so far) and then provide both options. As the format is defined by attributes this will need to be handled as part of the sfBuilder process.
Adding md-block class to md-input-container initially, but will clearly need more work.
As mentioned in #11 they also changed how pre-populated fields are detected.