Hi there,
First of all I'd like to congratulate you on this awesome component.
I'm quite unable to figure out why it wont work as expected when used in conjuction with bulma css. The dropdown seems skewed. I've tried disabling the bulmacss from my setup but I get the same result everytime.

For anyone else who might have run into the same scenario, here's a fix:
ul.vs__dropdown-menu {
list-style: disc outside;
margin-left: 0em;
margin-top: 0em;
}
Thank you once again for this awesome component.
@omdesignz saved me!
Most helpful comment
For anyone else who might have run into the same scenario, here's a fix:
ul.vs__dropdown-menu { list-style: disc outside; margin-left: 0em; margin-top: 0em; }Thank you once again for this awesome component.