autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

View output list

Open sterzuccio opened this issue 5 years ago • 2 comments

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?

sterzuccio avatar Sep 07 '20 15:09 sterzuccio

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 avatar Sep 17 '20 17:09 trevoreyre

Ok, thank you. I try this tomorrow :)

sterzuccio avatar Sep 21 '20 12:09 sterzuccio