bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

Modifications to work with Bootstrap 4.6

Open plecos opened this issue 3 years ago • 0 comments

In order to make this look correct in my app, I had to do the following changes:

@line 114 I added:

this.$element.addClass('form-control');
this.$element.removeClass('ml-3');

When I put these lines in, it looks very nice and the dropdown lines up with the input. I post this to see if anyone had any better way of doing this.

plecos avatar Feb 09 '21 13:02 plecos