Hi,
I'm working on a reactive application by developing the dropdown with multi-select and search functionality. While I'm searching the prior selected options disappears. I've attached my OML, Please help me to fix this!
Thanks in advance!
You're welcome, Jaiendiran Mohan :)
Please refer to the attached updated .oml file.
Kind regards,
Benjith Sam
Hi Jaiendiran Mohan,
After analyzing the shared .oml file, I observed that the drafted solution flow does require some code changes in order to achieve the desired output.
Note that the List operations play a key role in such type of implemenation.
Suggestions:
See the sample implemenation Multi-Select Demo
Please refer to the attached updated .oml file
I did a lot of code refactoring, let me know if you find any dificulty in understanding the implemenation.
Hope this helps you!
Hi @Benjith Sam,
Thanks for your response. The Sample Implementation works fine but the OML has some dependency issues. Also, the OML file is not working as expected. Can you share with me the sample implementation?
Thanks for the help @Benjith Sam!
Hi Jaiendiran,
In my case, for the search functionality I use the control/select2 widget. On the click event, you can add the selected item to the local list item.
Hope it helps