Skip to content

Commit

Permalink
Select2 version 4 support added - Copy of https://github.com/arkhitec…
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedfaisal committed Oct 19, 2023
1 parent 6109826 commit 6e1eafd
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 158 deletions.
3 changes: 2 additions & 1 deletion src/containers/editable-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Applied as jQuery method.
//(mousedown could be better than click, it closes everything also on drag drop)
$(document).on('click.editable', function(e) {
var $target = $(e.target), i,
exclude_classes = ['.editable-container',
exclude_classes = ['.editable-container',
'.select2-container',
'.ui-datepicker-header',
'.datepicker', //in inline mode datepicker is rendered into body
'.modal-backdrop',
Expand Down
Loading

0 comments on commit 6e1eafd

Please sign in to comment.