Can you please anyone help me how to solve this issue.
Bootstrap have dual listbox option with single/multiple select only.
I need dual listbox with single select.
Explanation:
For example:
I have dual listbox,left listbox have 5 options. I need single select.(i.e) If i select the single option in the left listbox, it shown popup(alert) with fetching the respective field values and also the popup have Add or Cancel button to add/cancel the values.After clicking the add option in popup it will be added in right list box.
And if i select the option in right listbox , again it shown popup(alert) with fetching the respective field values and also the popup have Delete or Cancel button to delete/cancel the values in the right listbox.
Please any one give solution to this problem,
Thanks,