bootstrap-duallistbox
bootstrap-duallistbox copied to clipboard
"Move All"button is invisible
i have an issue with the move buttons not being the right width and using classes that aren't bootstrap classes. Inspect the element and you might have my problem:
class="btn moveall btn-outline-secondary"
My button is visible but btn-outline-secondary is a bootstrap4 class and you should rename it according to what version of bootstrap you are using in your project; I had to change it to bootstrap3 class name which is something like btn-default
or btn-primary