Skip to content
Snippets Groups Projects
Commit 3c7fbbef authored by Vincent Petry's avatar Vincent Petry
Browse files

Do not close container/slider when clicking on single select field

parent 4220e0c7
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,10 @@
$(this).tipsy('hide');
}
});
input.click(function(ev) {
// prevent clicks to close any container
ev.stopPropagation();
});
});
};
})(jQuery);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment