Could someone please assist me in resolving this issue?
I am looking for a dual listbox with single select option, unlike Bootstrap which only offers dual listboxes with single/multiple select.
To Clarify:
Here is an example:
In my dual listbox, the left listbox has 5 options. I want to enable single select. This means that when I click on an option in the left listbox, a popup (alert) should appear displaying the corresponding field values. The popup will also include Add and Cancel buttons to add or cancel the values respectively. Upon clicking Add in the popup, the selected value will be added to the right listbox.
If I select an option in the right listbox, another popup (alert) should appear showing the respective field values. This popup will have Delete and Cancel buttons to delete or cancel the values in the right listbox.
I would greatly appreciate it if anyone could provide a solution to this problem.
Thank you,