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