Hi Team,
I'm recently started using MSD and it was great. But while I'm doing the search If I click the select all option it remains the same even after clearing the search.
Hi @Jaiendiran Mohan, thanks for reporting the bug.
It should be fixed in version 1.0.4.
Let me know if you still have the issue.
Hi @Leopoldo Ismael ,
Thanks for fixing the buy. It works fine!
Hello @Jaiendiran Mohan, you can try this component, or take some ideas from this, I know 100% sure is working
Link for the component: Hi Multi Select Dropdown
I am using MSD Component everything is working but when I save a record and try to retrieve it
the record also I can get but the check box not checked and the Place holders also showing No items selected
What I have to do?
Hi Deepak
Thank you for you comment.
Your logic needs to handle that part. The conponent does not know what is selected until you tell it.
A simple way to implement this is on the OnAfterFetch of your retrieve data, put your data into a structure with the IsSelected = True
Hope it helps