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