maximize-select2-height
maximize-select2-height copied to clipboard
Let your Select2 dropdowns take advantage of the space on the page.
Possible to make it mobile friendly ? https://github.com/select2/select2/issues/3015 Regarding to this post, it would be a nice enhancement like full screen option like this => http://craftpip.github.io/bootstrap-fullscreen-select/
I use styling for parent and children, but it's all gone. function formatResult(node) { var $result = $('' + node.text + ''); return $result; }; $("#myselect2").select2({ placeholder: 'Select an option',...
Title says it all, I think it's the manual trigger to scroll that breaks this.
Instead of having the Note: "This plugin requires a unique ID on the DOM element to work (though you don't have to select by ID with jQuery when you initialize...
Hello, thank you for this package! When using a multi-select box/pillbox, the dropdown does not render properly when opening upwards. I looked through the code and realized that the line...