highlighting - In select2 suggestion list highligting of typed character is not showing -


i trying migrate select2 version 2 version 4. highlighting of typed characters in suggestion list happening in old version; not happening. code used highlighting:

.select2-result-selectable .select2-match, .select2-result-unselectable     .select2-match { text-decoration: none; font-weight: bold; } 


Comments