Is it possible to inlcude onNoResultsClick to get the possibility to trigger a click-action in case of no result?
Is it possible to include a custom search functionality? (eg. entered term is: qcells and the option in the select is: Q.Cells SE)
Can you add floating label like on input?
Use Cases
In my current project i have a workaround with an input for searching with custom search functionality and a custom dropdown list with clickhandler in case of no result.
@shanke-pvex Hi,
We added option 2 in version 2.5.0, please update to use it (demo).
Regarding option 1, I think you can pass as a parameter searchNoResultTemplate markup with a click function, on which you can hang the functionality you need
Summary
onNoResultsClick / customize search
Detailed Description
Good Morning.
Use Cases
In my current project i have a workaround with an input for searching with custom search functionality and a custom dropdown list with clickhandler in case of no result.