The sap.m.Input control supports the ability to show suggestions.
<Input id="productInput" type="Text" placeholder="Enter Product ..." showSuggestion="true" showValueHelp="true" valueHelpRequest="handleValueHelp" suggestionItems="{/ProductCollection}" > <suggestionItems> <core:Item text="{Name}" /> </suggestionItems> </Input>
Regards,
Jason