Skip to content

Commit ab45d10

Browse files
authored
Merge pull request #211 from ioet/210-fix-event
fix: #210 fix technology search event
2 parents 50022d9 + 764621e commit ab45d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/time-clock/components/entry-fields/entry-fields.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<span class="input-group-text span-width" id="inputGroup-sizing-sm">Technology</span>
2020
</div>
2121
<input
22-
(keypress)="getTechnologies($event.target.value)"
22+
(keyup)="getTechnologies($event.target.value)"
2323
id="technology"
2424
formControlName="technology"
2525
type="text"

0 commit comments

Comments
 (0)