Closed djedi closed 10 years ago
It appears that you don't use this directive with Bootstrap. I haven't really tried using it with Bootstrap, so I can't help you a lot here. Make sure to set the option: theme: 'default'
But you can take a look at the "original" Minicolors Plugin. They provide a Demo without Bootstrap styling at: http://labs.abeautifulsite.net/jquery-minicolors/without-bootstrap.html
As far as I can see, they wrap each input in a div.form-group
just like I did on the demo page.
Did you end up solving the issue ?
No. I'm just using the workaround I specified above. Our front-end developer will look into styles when he gets to it in a couple of weeks.
When I add this directive, it deletes related input labels. Example:
Before directive:
After adding directives to input fields:
As a work-around I can wrap the input fields in span or div tags: