Moritz Krause

Results 3 comments of Moritz Krause

![e8bf401d-ef9c-4e37-92e3-e7f47baea0ec](https://user-images.githubusercontent.com/1511660/144573330-405609f6-db83-48f0-90eb-0e7971c6420e.jpg)

Hey, i found a solution for this, by writing my own (modified) select adapter. This will override the default behaviour from select2. ```js ;(function (window) { window.jQuery(function ($) { /*...

Here is my solution for this. ```js jQuery(function($) { var MOBILE_BREAKPOINT = 768 var $window = $(window) var $dropdowns = $('[data-hover="dropdown"]') var resizeId; var initilized = true // Debounce resize...