Skip to content

Input should not animate placeholder when value is set programmatically #2620

Closed
@kara

Description

@kara

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions