We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50022d9 + 764621e commit ab45d10Copy full SHA for ab45d10
src/app/modules/time-clock/components/entry-fields/entry-fields.component.html
@@ -19,7 +19,7 @@
19
<span class="input-group-text span-width" id="inputGroup-sizing-sm">Technology</span>
20
</div>
21
<input
22
- (keypress)="getTechnologies($event.target.value)"
+ (keyup)="getTechnologies($event.target.value)"
23
id="technology"
24
formControlName="technology"
25
type="text"
0 commit comments