From 84578235592a6979f472d5c13e32ca2ce568182e Mon Sep 17 00:00:00 2001 From: torresgol10 Date: Thu, 21 Jan 2021 23:00:49 +0100 Subject: [PATCH] El metodo para el dataprovider, cuando es un option tiene la opcion de poner una clase pero cuando es un optiongroup no tenemos esa option. --- dist/js/bootstrap-multiselect.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/js/bootstrap-multiselect.js b/dist/js/bootstrap-multiselect.js index 53017304..ead91b55 100644 --- a/dist/js/bootstrap-multiselect.js +++ b/dist/js/bootstrap-multiselect.js @@ -1570,6 +1570,7 @@ value: subOption.value, label: subOption.label || subOption.value, title: subOption.title, + class: subOption.class, selected: !!subOption.selected, disabled: !!subOption.disabled };