The form doesn't show values of model until click input.
After some investigation I saw that the element md-input-container doesn't have the css class md-input-has-value when the field has value from model.
Also, some of the options like fieldAddonLeft are not available in the templates of the inputs.
The decorator needs to be updated with the new options.
Scott added a name to the form, swapped to bootstrap, and moved the titleMaps to the UI form schema from the JSON schema to indicate that it does look like material needs to be updated.
https://plnkr.co/edit/2C1HOB3o9Do8jUVo3Hau?p=preview
The form doesn't show values of model until click input.
After some investigation I saw that the element md-input-container doesn't have the css class md-input-has-value when the field has value from model.
Also, some of the options like fieldAddonLeft are not available in the templates of the inputs. The decorator needs to be updated with the new options.
Here is my plunker to demonstrate what I am saying: https://plnkr.co/edit/835TaC61a6O88r7TDuOM?p=preview
Scott added a name to the form, swapped to bootstrap, and moved the titleMaps to the UI form schema from the JSON schema to indicate that it does look like material needs to be updated. https://plnkr.co/edit/2C1HOB3o9Do8jUVo3Hau?p=preview