Hi guys,
When I upgraded the DropdownListModule from 2.x to the latest stable version I encountered a very strange behavior. In the 2.x version the DropDownListComponent's reset() method actually reseted both the value and the textfield but in the latest version this method only resets the valuefield only not the textField. Is this normal behavior or is it a bug?
Example code: https://stackblitz.com/edit/angular-f7dpzf-wzj24n
Thank You Very Much for your time in advance!