diff --git a/select2-latest.html b/select2-latest.html index 61f5abf2..169d5180 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1375,6 +1375,9 @@ $("#tags").select2({ <code>String escapeMarkup(String markup)</code> <p>Function used to post-process markup returned from formatter functions. By default this function escapes html entities to prevent javascript injection.</p> </td></tr> + <tr><td>selectOnBlur</td><td>boolean</td><td> + <p>Set to <code>true</code> if you want Select2 to select the currently highlighted option when it is blurred</p> + </td></tr> </table> <div class="row"> diff --git a/select2-master b/select2-master index 8e9a2318..b4f6462b 160000 --- a/select2-master +++ b/select2-master @@ -1 +1 @@ -Subproject commit 8e9a23184792d40ffad65bc831f41b8b2db5a792 +Subproject commit b4f6462bb29d485bc158580b62e84812267165c5