itsjavi / bootstrap-colorpicker

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
https://itsjavi.com/bootstrap-colorpicker/
MIT License
1.38k stars 367 forks source link

Color picker dropdown doesn't work in a Vue.js component #267

Closed danielalejandromatheus closed 6 years ago

danielalejandromatheus commented 6 years ago

Description

Color picker dropdown doesn't work in a Vue.js component

Color picker dropdown doesn't work in a Vue.js component, I'm trying to call the colorpicker inside a component's form, the input work, but the dropdown that's supposed to be the color picker doesn't, it doesn't show anywhere at all, yet it shows in the code

Context

Expected behavior

Dropdown showing the color input

Actual behavior

It just doesn't show up

danielalejandromatheus commented 6 years ago

Nevermind, it wasn't just a compatibility issue, I just forgot to call the color picker css file to my page, silly me!