select2 / select2-bootstrap-theme

A Select2 v4 Theme for Bootstrap 3
https://select2.github.io/select2-bootstrap-theme/
MIT License
872 stars 499 forks source link

Cannot turn off search autocomplete #92

Open ProteanCode opened 4 years ago

ProteanCode commented 4 years ago

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