28
Views
1
Comments
[LazyDropdownSearch] How to show LazyDropdownSearch above the accordion?
lazydropdownsearch
Reactive icon
Forge asset by Steven Decock
Application Type
Reactive

How to show LazyDropdownSearch above the accordion?



expect result.png
UserImage.jpg
Tejas Mendse

Hi @Yuhao Li 


Keep the LazyDropdownSearch inside a container of accordion and add a class to the container as shown below . Also, please find attached oml for your reference -

CSS :

.ddl-search-inside-accordian{   

 text-align: left;    

display: inline-block;    

margin: 0;  

  padding: 0px 4px 0px 0px;   

 list-style: none;    

position: absolute;    

width: 70%;    

top: 25px;

}



AccordianWithLazyDropDownSearch.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.