How to create a searchable dropdown menu

I was using fomantic-ui’s searchable dropdown when it inexplicably stopped working with no changes on my part.

After debugging it and getting nowhere, I am considering a different plugin to get this capability.

Are there any searchable dropdown menu plugins for aurelia?

1 Like

I don’t know your use case, but you could use the datalist element (which I only discovered today!). May not suit your requirements, but I can’t believe I didn’t know about it. Useful in some situations I guess?

2 Likes

Interesting! Tbh I’ve never heard about it before as well.
Found a related post with multiple support: https://www.meziantou.net/html-multiple-selections-with-datalist.htm

2 Likes

I made a dropdown component that uses semantic css, but all behavior is remade, if you want I can share with you.

1 Like

That would be lovely. Thank you

1 Like