Blazored / Typeahead

Typeahead control for Blazor applications
https://blazored.github.io/Typeahead/
MIT License
439 stars 103 forks source link

Have a OnClose Option for the Dropdown list #283

Open Clive321A opened 2 years ago

Clive321A commented 2 years ago

Hi, would be great if there was a OnClose option for when the Dropdownlist (div) closes,

currently I'm using "ValueChanged" which works when an option is selected, however I need to know if nothing has been selected , as I need to display a button like "Cant Find".

thanks