Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View output list #106

Open
sterzuccio opened this issue Sep 7, 2020 · 2 comments
Open

View output list #106

sterzuccio opened this issue Sep 7, 2020 · 2 comments
Labels
vue Only applies to the autocomplete-vue package

Comments

@sterzuccio
Copy link

I am using the VUE component and would like to know how to force the results to be shown below the input field. I saw that in the style sheet there is a rule for the data-position = "below" and the data-position = "above", how can i apply those attributes to the VUE component instance?

@trevoreyre
Copy link
Owner

If you use the default slot, you should be able to assign those attributes yourself and override it to always be above or below.

@trevoreyre trevoreyre added the vue Only applies to the autocomplete-vue package label Sep 17, 2020
@sterzuccio
Copy link
Author

Ok, thank you. I try this tomorrow :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vue Only applies to the autocomplete-vue package
Projects
None yet
Development

No branches or pull requests

2 participants