Angular 4 - Select default value in dropdown [Reactive Forms]

前端 未结 7 1630
不知归路
不知归路 2020-12-01 00:52

In Angular 4, I have the following configuration defined in a json config file.

 countries: [\'USA\', \'UK\', \'Canada\'];
 default: \'UK\'

7条回答
  •  有刺的猬
    2020-12-01 01:36

    As option, if you need just default text in dropdown without default value, try add like this:

    
    

    In Chrome and Firefox works fine.

提交回复
热议问题