Add soem more explanation in the search autocomplete binding

This commit is contained in:
Eugenio Romano
2018-01-17 17:33:19 +00:00
parent f5ef324dd2
commit 381ae97bfd

View File

@@ -98,6 +98,7 @@ Which will look like :
### Attach an input field to the search
You can also attach your input field to the adf-search component via the trigger [searchAutocomplete]
Yuo can do this by exporting the adf-search panel instance into a local template variable (here we called it "search"), and binding that variable to the input's searchAutocomplete property.
```html
<input type="text" [searchAutocomplete]="search">