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:
authorbrantje <brantje@gmail.com>2017-07-28 11:22:08 +0300
committerbrantje <brantje@gmail.com>2017-07-30 17:59:09 +0300
commite7e585fc3f3be686d3dadbb49185a21b2f9650f8 (patch)
tree3a645e35966c90ec7ed20f5a4b210a4e3cba1b27 /html
parent4e869172c694a077b3c6d577b71fa64b73a9e038 (diff)
Search as you type
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 7d5045d..6e054cc 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" ng-enter="search()" ng-model="searchText">
+ <input type="text" ng-keypress="search()" ng-model="searchText">
<span class="highlight"></span>
<span class="bar"></span>
<label>{{'search_for' | translate }}</label>