Search
 
SCRIPT & CODE EXAMPLE
 

CSS

select2 hide selected options

.select2-results__option[aria-selected=true] { display: none;}
Comment

select2 hide options

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css div content horizontal scroll 
Css :: how to add background in css 
Css :: grid blocks center 
Css :: css disable button click 
Css :: css round element 
Css :: button edges rounded css 
Css :: disabled button tailwind css class on basis of true false 
Css :: width css property 
Css :: horizontal scroll 
Css :: how to center a div element 
Css :: css white-space 
Css :: how to round the edges of a box html 
Css :: css background 
Css :: transform:translateX() 
Css :: center an image 
Css :: remove the outline from bootstrap input and input fields 
Css :: how to paralax effect on background image 
Css :: glass css 
Css :: liste decoration css 
Css :: circle css 
Css :: create cross icon using css 
Css :: mysqli load result into array 
Css :: change png color css 
Css :: css vendor prefixes 
Css :: add dots instead of line break in css 
Css :: what does align items center do 
Css :: different measurements in css 
Css :: linear gradient not covering entire page 
Css :: gravity forms css classes 
Css :: css cut lines 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =