Dropdown search functions.

Hi everyone, I’ve been using this tutorial to create a dropdown search function of a collection on my website but it doesn’t seem to be working.

export function button1_click(event, $w) { //Add your code for this event here: }
on the above line of code it says the event parameter is never used.

Any help or ideas would be great!

Thanks,
Jordan

Hi Jordan,

Don’t worry about the message regarding the event parameter. It’s only a warning - the event parameter isn’t always needed, as in this case.

Just continue with the tutorial and don’t worry.

Good luck,

Yisrael