I would like to display the search dialog from a href link instead of using the default search UI. In other words, let’s say I have a button on the page. When this button gets clicked, I want to display this dialog:
@kirupa you’ll want to set up an event handler on the element you want to trigger the dialog from. Are you using any JavaScript framework like jQuery, React, etc or are you using vanilla JS to trigger this action? Happy to help and provide a code sample. Thanks!