-
Notifications
You must be signed in to change notification settings - Fork 39
Add Support for mat-form-field appearance #38
Comments
That should be a simple addition. This would make it so it can take an appearance input in the mat-formio. @vlad-shusterman can you maybe easily add this feature? |
Hi any update on this? |
@paramjeetnandal, @ArulRozario
|
Thanks. Does this apply to all input fields like select, text area, datepicker etc?. the PR seems to have only text field. |
Could explain this briefly with full json |
@rspsuresh you could set the appearance to outline globally using a provider. Here is an example https://codinglatte.com/posts/angular/angular-material-form-field-appearance/ sadly #58 breaks that behavior. I have created a PR #76 to solve the issue. |
Would it be possible to add an @input to mat-form-io or any other means to have different appearance to form-fileds as shown herehttps://stackblitz.com/angular/malkplgnkdb?file=src%2Fapp%2Fform-field-appearance-example.html. Our project heavily relies on Material form-io and we have all the fields with an outline appearance.
The text was updated successfully, but these errors were encountered: