I have the following use case
We present a hardcoded dropdown list to the user
Eg: Dropdown list with 4 choices say apple, orange, grape, pineapple and 'write your own'
If the user does not like those 4 choices, he/she can select the 'write your own' option from the drop down. Now the user is shown an input box where he/she can write their own fruit like say 'banana'.
How can I implement this with Angular 2 new forms module?