Skip to content

Commit b66ee71

Browse files
authored
feat: add placeholders (#520)
1 parent 38c0236 commit b66ee71

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/app/shared/dialogs/screen-clip-options/screen-clip-options.component.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ <h2 mat-dialog-title class="title">
9494
<input autocomplete="off"
9595
formControlName="animationInDuration"
9696
matInput #animationInDuration
97-
type="number">
97+
type="number"
98+
placeholder="777"
99+
>
98100

99101
<span matSuffix>ms</span>
100102
</mat-form-field>
@@ -123,7 +125,9 @@ <h2 mat-dialog-title class="title">
123125
<input autocomplete="off"
124126
formControlName="animationOutDuration"
125127
matInput #animationOutDuration
126-
type="number">
128+
type="number"
129+
placeholder="777"
130+
>
127131

128132
<span matSuffix>ms</span>
129133
</mat-form-field>

0 commit comments

Comments
 (0)