Set default option in mat-select

后端 未结 11 1715
北恋
北恋 2020-11-30 08:31

I have a simple select option form field in my Angular material project:

component.html

  
    

        
11条回答
  •  迷失自我
    2020-11-30 09:06

    It took me several hours to figure out this until the similarity of the datatypes between the array and that of the default value worked for me...

提交回复
热议问题