Browse Source

[add]

エンタキーでの検索処理
poohr 4 weeks ago
parent
commit
56f52d79d0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/app/pages/danka-list/danka-list.html

+ 1
- 0
src/app/pages/danka-list/danka-list.html View File

@@ -16,6 +16,7 @@
16 16
             type="text"
17 17
             placeholder="氏名・ふりがな・住所・電話番号で探す"
18 18
             [(ngModel)]="searchKeyword"
19
+            (keydown.enter)="searchDanka()"
19 20
           />
20 21
         </div>
21 22
 

Loading…
Cancel
Save