Closed siege-16 closed 11 months ago
Thank you so much!
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 :)
Oh sorry, another update in coming...
In the js located at this line, I noticed a small typo:
AutoComplete.onOutsideClickClear(searchTextElement);
which should actually beautocomplete.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!