diff --git a/select2.js b/select2.js index 478ab314..99094f96 100644 --- a/select2.js +++ b/select2.js @@ -1302,7 +1302,7 @@ the specific language governing permissions and limitations under the Apache Lic if (self.opts.selectOnBlur) { self.selectHighlighted({noFocus: true}); } - self.close({focus:false}); + self.close({focus:true}); e.preventDefault(); e.stopPropagation(); }