You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement in my current project where the typeahead dropdown has a "footer" that contains a link to View All Results. I've attached a mock-up (sorry for redaction, privacy and all).
The idea is simple in my case... click the link and it navigates to a page that displays all the search results using the term the user has typed up to that point. But the footer should be able to display any mark-up.
I would think the simplest out-of-the-box solution would be to add a typeaheadFooterTemplate and if present simply add a dropdown-divider and then add whatever is in the template.
The functionality is already there. If they get optionsListTemplate working so that you can actually select an item, this is possible using that. You would define your own drop down menu template which allows you to add a footer (or header) along with the list items.
I have a requirement in my current project where the typeahead dropdown has a "footer" that contains a link to View All Results. I've attached a mock-up (sorry for redaction, privacy and all).
The idea is simple in my case... click the link and it navigates to a page that displays all the search results using the term the user has typed up to that point. But the footer should be able to display any mark-up.
I would think the simplest out-of-the-box solution would be to add a typeaheadFooterTemplate and if present simply add a dropdown-divider and then add whatever is in the template.
Something like this maybe:
The text was updated successfully, but these errors were encountered: