Takachi67 / vue3-autocomplete

Vue3 component used to search and select an item in a custom list.
31 stars 17 forks source link

Result class does not work #1

Closed mmartinjoo closed 3 years ago

mmartinjoo commented 3 years ago

You have a typo in the computed functions. It returns props.resultsContainerClass.length instead of props.resultsContainerClass itself. Same thing for props.resultsItemClass

Takachi67 commented 3 years ago

Thanks for commenting. Fix is now deployed.

maegnes commented 3 years ago

After the installation via npm I'm still facing this issue though I can see the fix in the repository. :-(