search:typeahead
Description
Creates a typeahead style search box that can be customized to allow the user to add filters using the search keyword tag. You can also include the instant result list tag to allow the user to select a result based on the search query and filters.
Usage
as element:
<search:typeahead platform="{string}" [auto-search="{string}"] [action="{string}"]> </search:typeahead>
Parameters
Param | Type | Details |
---|---|---|
platform | string | The name of the platform to use to search for matching keyword values |
auto-search (optional)
|
string | Milliseconds to wait after the search is automatically submitted |
action (optional)
|
string | The page to send the search query to |