This is to match select functionality. To replicate: ```html <input [formControl]="ctrl"> <button (click)="ctrl.setValue('wat')">SET VALUE</button> ``` The label animates as the value comes in, but it should come in immediately.