We are trying to provide a functionality where in a listbox when the user double clicks a value , its gets added to the list but it looks like doubleclick is not an event provided by the listbox.
Our requirement is for a custom repeating attribute instead of selecting a value and then clicking add , they should be able to double click in the list of available values and it adds it to the select list. Anybody has any ideas on this?