Angular2 select default first option

前端 未结 10 1659
半阙折子戏
半阙折子戏 2021-01-04 08:32

How do i select the first option in a select by default in angular 2 the following code don\'t seems to work.

 
      

in controller/component use-

this.params.searchType=sTypes[0]

onChange(updatedValue) {
this.params.searchType = updatedValue;
//other code
}

提交回复
热议问题