select2-bootstrap-theme
select2-bootstrap-theme copied to clipboard
Cannot turn off search autocomplete
When creating multiple select with placeholder the only way is to create a <form autocompelte="off"> which is not always the good way to do that.
$('.js-example-basic-single').select2({
placeholder: 'Select location'
});