Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

select2 hide options

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hide #options
ADD COMMENT
Topic
Name
8+8 =