We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is to match select functionality. To replicate:
<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.