Home:ALL Converter>How to reset reactive form dropdown in angular 8

How to reset reactive form dropdown in angular 8

Ask Time:2020-05-31T00:47:31         Author:Pappa S

Json Formatter

Tried to reset dropdown in angular 8 but not working.If i click the reset button i want to show Choose you city but not working.It is coming with empty.How to resolve this issue.

app.component.ts:

  reset(){
    his.registrationForm.reset();
  }

Demo: https://stackblitz.com/edit/angular-select-dropdown-reactive-form-4nvza7?file=src/app/app.component.ts

Author:Pappa S,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/62105699/how-to-reset-reactive-form-dropdown-in-angular-8
yy