We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 = { formatResult: $scope.format, formatSelection: $scope.format };
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"
};