Skip to content

Commit efc609d

Browse files
committed
close on tab-out. fixes select2#1341
1 parent cb7b546 commit efc609d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

select2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,6 +2421,7 @@ the specific language governing permissions and limitations under the Apache Lic
24212421
return;
24222422
case KEY.TAB:
24232423
this.selectHighlighted({noFocus:true});
2424+
this.close();
24242425
return;
24252426
case KEY.ESC:
24262427
this.cancel(e);

0 commit comments

Comments
 (0)