suggestions
Search parameters to offer as shortcuts.
Declaration
attribute Array suggestions;Discussion
Provide search suggestions to help the user complete their query quickly. Update the suggestions as the user types. This property is only available if the Keyboard is associated with a searchField.
Each suggestion in this array should have the following properties:
textA label for the suggestion, usually the search term the suggestion represents.
badgeThe name of an image for display alongside the suggestion’s text. This property is optional.
searchTermA string containing search criteria. This property is optional.