From 381ae97bfd40f58aac850a62d20589158d8213e1 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 17 Jan 2018 17:33:19 +0000 Subject: [PATCH] Add soem more explanation in the search autocomplete binding --- docs/search.component.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/search.component.md b/docs/search.component.md index 2d706088cd..9cb540c144 100644 --- a/docs/search.component.md +++ b/docs/search.component.md @@ -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