mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-12 09:42:27 +00:00
refactor: make keyboard dismissable on search bars
This commit is contained in:
@@ -27,10 +27,13 @@
|
||||
</ion-buttons>
|
||||
<ion-searchbar
|
||||
(keyup)="searchKeyUp($event)"
|
||||
(keyup.enter)="hideKeyboard()"
|
||||
[(ngModel)]="queryText"
|
||||
(ionClear)="searchStringChanged()"
|
||||
placeholder="{{ 'map.page.search_bar.placeholder' | translate }}"
|
||||
showClearButton="always"
|
||||
type="search"
|
||||
enterkeyhint="search"
|
||||
>
|
||||
</ion-searchbar>
|
||||
<ion-buttons slot="end">
|
||||
|
||||
Reference in New Issue
Block a user