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

Description
Currently Select component is only supporting simple options structure:
To be more flexible and to prevent external mappings it would be nice to be able to support any object structure of options:
{
key: 'id',
value: 'X',
}
Where new props option-key will be value with key and option-value will be with value of value