select2-bootstrap-theme icon indicating copy to clipboard operation
select2-bootstrap-theme copied to clipboard

Cannot turn off search autocomplete

Open ProteanCode opened this issue 5 years ago • 0 comments

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'
        });

ProteanCode avatar May 28 '20 15:05 ProteanCode