Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/browser_action/views/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/browser_action/views/search.html b/html/browser_action/views/search.html
index e0ef3e0..b58687f 100644
--- a/html/browser_action/views/search.html
+++ b/html/browser_action/views/search.html
@@ -1,7 +1,7 @@
<div class="edit_credential">
<div class="searchContainer">
<div class="group">
- <input type="text" autofocus ng-keypress="search()" auto-focus ng-model="searchText">
+ <input type="text" autofocus ng-keyup="search()" auto-focus ng-model="searchText">
<span class="highlight"></span>
<span class="bar"></span>
<label>{{'search_for' | translate }}</label>