How to hide/delete underline input Angular Material?

前端 未结 10 1113
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 06:24

I have input element in Angular Material:




         


        
10条回答
  •  春和景丽
    2020-12-14 07:05

    If you are using mat-form-field instead of md-input-container and google-landed here, here are your two options.

    1. Just comment out the mat-form-field and use your own styles.
    2. See other appearance options available for mat-form-field from the documentation.

提交回复
热议问题