Hi,
I am using "Multiple selection dropdown" for Products, Vendors & Cities. When I select Vendors from 2nd dropdown then my Products dropdown keep open. I want to collapse it. Not just product any dropdown which I opened I want to collapse it.
Thanks
Hi @Khris
1] On Browser Inspect the element whichever you want to Hide it
2] Take it's ID and then use jQuery where you are handling it's handler.
3] Take JavaScript -> and write jQuery to hide() your ID when you click on DropDown.
I hope it'll work.
Regards
Hi
set this property to "ClosesWhenClickedAwayFromMenu = True".
Please let me know if this helps :)
Thanks,
Vani
Yes it's working but when I click on another DropDown then it remains open
Hi @Khris,
The behavior you describe is working as expected based on the demo available for the component. Customizing the component for your particular use case maybe your only option but my 2 cents, it seems like a lot of effort for little reward.
Regards,
AJ
Shailendra, it's working fine....
thanks