Skip to content

Commit

Permalink
feat: add placeholders (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalatevarun committed Oct 3, 2022
1 parent 38c0236 commit b66ee71
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ <h2 mat-dialog-title class="title">
<input autocomplete="off"
formControlName="animationInDuration"
matInput #animationInDuration
type="number">
type="number"
placeholder="777"
>

<span matSuffix>ms</span>
</mat-form-field>
Expand Down Expand Up @@ -123,7 +125,9 @@ <h2 mat-dialog-title class="title">
<input autocomplete="off"
formControlName="animationOutDuration"
matInput #animationOutDuration
type="number">
type="number"
placeholder="777"
>

<span matSuffix>ms</span>
</mat-form-field>
Expand Down

0 comments on commit b66ee71

Please sign in to comment.