Takachi67 / vue3-autocomplete

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

How to position the result below the input ? #8

Closed dominique-bureau closed 3 years ago

dominique-bureau commented 3 years ago

Hi Takachi67

Hope you are fine first.

I just tried your module "vue3-autocomplete". I like it because it is very simple ! Thanks for it.

But I have a problem for the position of the result. See the picture :

2021-04-18_08h58_05

How to position the result just below the input ? I am a very beginner in vue.js , certainly it is very basic but I do not know how to do that.

But perhaps you do not maintain this module ? Have a nice day.

Dom

Takachi67 commented 3 years ago

Hi,

As the documentation says, you can pass classes to the component for the input and the results, then you can add the css you want to theses classes.

Prop for class for input : input-class Prop for class for results : results-container-class

Thanks for using my component. :)