Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <ion-searchbar #searchbar [(ngModel)]="searchInput"></ion-searchbar>
  2.  
  3. <ion-searchbar #searchbar [(ngModel)]="searchInput" (focus)="searchBarOnFocus()"></ion-searchbar>
  4.  
  5. <ion-searchbar #searchbar placeholder="Type an address" showCancelButton
  6. (ionBlur)="checkBlur()"
  7. (ionFocus)="checkFocus()"></ion-searchbar>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement