ui-select2
ui-select2 copied to clipboard
AngularJS wrapper for select2 (deprecated, use angular-ui/ui-select)
Hello, my problem is checkout step2 JS is the one that has not been so far. Can someone help solve this problem?
I decided to change design of my old website, where I used ui-angular-select2 1.7 and Bootstrap 3.3.7 It works perfectly, but when updated bootstrap to 4th version ui-angular-select2 stopped working......
Ran into an issue where classes were not being applied to elements because of the direct child relationship (see image below). For some odd reason, a div element was being...
how to use query scrollbar inside select2 on angular it was in normal select2 like this $('select').on('select2:open', function (e) { $('.select2-results__options').scrollbar().parent().addClass('scrollbar-rail'); }); i use https://gromo.github.io/jquery.scrollbar/
Do I need to add the image separately ? My dropdown box is showing as below:  Also the list is not properly displaying
` // Watch the model for programmatic changes scope.$watch(tAttrs.ngModel, function (current, old) { if (current === old) { return; } controllerRender(); }, true); var controllerRender = function () {`
The following code doesn't limit multiple selections for me. Does that option work for ui-select2? `...`
hello, i want to add containerCss: "abc" , in ui-select2 , can you pls suggest, below demo code are not working, $scope.select2Options = { allowClear: false, containerCss: "abc" }; $scope.select2Config...
$( "#dropdown" ).select2({ theme: "bootstrap" });
I used to have select2+jquery in my website, but I've decided to switch to angular. This used to be my code: `var option = new Option("id", "text"); $("select").append(option);` But now...