Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: #210 fix technology search event
  • Loading branch information
enriquezrene committed May 5, 2020
commit 270bf69d16434064d2393fbe70ee07ceac338e3e
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<span class="input-group-text span-width" id="inputGroup-sizing-sm">Technology</span>
</div>
<input
(keypress)="getTechnologies($event.target.value)"
(keyup)="getTechnologies($event.target.value)"
type="text"
class="form-control"
aria-label="Small"
Expand Down