erossini / BlazorAutocomplete

Autocomplete component for Blazor Webssembly and Blazor Server
https://www.puresourcecode.com/dotnet/net-core/autocomplete-component-for-blazor/
GNU General Public License v3.0
12 stars 1 forks source link

typo in autocomplete.js #1

Closed siege-16 closed 11 months ago

siege-16 commented 11 months ago

In the js located at this line, I noticed a small typo: AutoComplete.onOutsideClickClear(searchTextElement); which should actually be autocomplete.onOutsideClickClear(searchTextElement);

I encountered an issue when integrating two instances of the component on a single Razor page; the dropdown functionality was not operating as expected. However, Thank you for making your code available to the community!

erossini commented 11 months ago

Thank you so much!

mouseba11 commented 11 months ago

The bug remains in the Nuget Package its now "autoComplete" at line 80 should probably be "autocomplete" - works perfectly in my Blazor project up until that point though :)

erossini commented 11 months ago

Oh sorry, another update in coming...