This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Description
If I have the following Object:
It is possible via options="c.name for c in cars" to show the name but if I select it I need the complete Object selected as maybe some objects have the same Name I need to get the ID of the Object. How can that be achieved? (Sorry could not read out of the examples and other issues.)
Alternatively I can Imagine to show more than one property as text but how could that achieved? Already tried sth like options="c.id, c.name for c in cars" but without success.
If that is easily possible to achieve it is a great plugin even after years of creating the code base 😎!!